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

5 lines
160 B
Python

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