Add small SaaS profile proof
This commit is contained in:
parent
79e4d10b68
commit
6351ebc627
40 changed files with 1696 additions and 54 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue