mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 17:39:39 +02:00
git-subtree-dir: ai-context/workbench-ui git-subtree-split: 32e36a5c2131e429a7081cfaf67dabad3193cda3
6 lines
58 B
Python
Executable file
6 lines
58 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from workbench import run
|
|
|
|
run()
|
|
|