Current File : //opt/cloudlinux/venv/lib/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"