repo-scoping/src/repo_scoping/scope/__init__.py

5 lines
162 B
Python
Raw Normal View History

from repo_registry.scope.generator import ScopeGenerator
from repo_registry.scope.validator import ScopeValidator
__all__ = ["ScopeGenerator", "ScopeValidator"]