Transfered deep scope functionality from the custodian
This commit is contained in:
parent
b424dea01b
commit
2d9da98257
10 changed files with 1397 additions and 47 deletions
4
src/repo_registry/scope/__init__.py
Normal file
4
src/repo_registry/scope/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from repo_registry.scope.generator import ScopeGenerator
|
||||
from repo_registry.scope.validator import ScopeValidator
|
||||
|
||||
__all__ = ["ScopeGenerator", "ScopeValidator"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue