Implement infospace scaffold and service baseline
This commit is contained in:
parent
df6238c7e0
commit
9883a99f78
43 changed files with 35986 additions and 28 deletions
23
src/info_tech_canon/__init__.py
Normal file
23
src/info_tech_canon/__init__.py
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
"""InfoTechCanon service package."""
|
||||
|
||||
from .service import (
|
||||
CanonServiceError,
|
||||
artifact_graph,
|
||||
inspect_canon,
|
||||
list_artifacts,
|
||||
list_models,
|
||||
list_standards,
|
||||
profile_inspect,
|
||||
validate_canon,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"CanonServiceError",
|
||||
"artifact_graph",
|
||||
"inspect_canon",
|
||||
"list_artifacts",
|
||||
"list_models",
|
||||
"list_standards",
|
||||
"profile_inspect",
|
||||
"validate_canon",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue