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

5 lines
160 B
Python
Raw Normal View History

2026-05-15 21:16:34 +02:00
from repo_scoping.scope.generator import ScopeGenerator
from repo_scoping.scope.validator import ScopeValidator
__all__ = ["ScopeGenerator", "ScopeValidator"]