mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26: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_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