mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Add missing files (#347)
This commit is contained in:
parent
3b021720c5
commit
76e85d895b
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