mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 00:46:22 +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_flows(url):
|
|||
|
||||
flow_ids = api.flow_list()
|
||||
|
||||
if len(flow_ids) == 0:
|
||||
print("No flows.")
|
||||
return
|
||||
|
||||
print(flow_ids)
|
||||
|
||||
flows = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue