repo-scoping/src/repo_registry/__init__.py

6 lines
76 B
Python
Raw Normal View History

"""Repository Scoping."""
__all__ = ["__version__"]
__version__ = "0.1.0"