// SYSTEM PANEL //
[ROOT]
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pytest_snapshot
[ PARENT ]
EDIT :: __init__.py
try: from ._version import version as __version__ except ImportError: # broken installation, we don't even try (copied from pytest implementation) __version__ = "unknown"
SAVE
CANCEL