Add small SaaS profile proof

This commit is contained in:
tegwick 2026-05-23 04:26:28 +02:00
parent 79e4d10b68
commit 6351ebc627
40 changed files with 1696 additions and 54 deletions

View file

@ -11,7 +11,9 @@ from .service import (
list_models,
list_standards,
list_views,
profile_graph,
profile_inspect,
profile_validate,
read_view,
validate_canon,
write_validation_report,
@ -28,7 +30,9 @@ __all__ = [
"list_models",
"list_standards",
"list_views",
"profile_graph",
"profile_inspect",
"profile_validate",
"read_view",
"validate_canon",
"write_validation_report",