Current File : //opt/cloudlinux/venv/lib64/python3.11/site-packages/pytest_snapshot/__init__.py
try:
from ._version import version as __version__
except ImportError:
# broken installation, we don't even try (copied from pytest implementation)
__version__ = "unknown"