mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 08:56:21 +02:00
Add missing files (#347)
This commit is contained in:
parent
77e933cea3
commit
762d287a67
4 changed files with 132 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ def show_flow_classes(url):
|
|||
|
||||
class_names = api.flow_list_classes()
|
||||
|
||||
if len(class_names) == 0:
|
||||
print("No flows.")
|
||||
return
|
||||
|
||||
classes = []
|
||||
|
||||
for class_name in class_names:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue