mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 11:41:02 +02:00
6 lines
65 B
Python
6 lines
65 B
Python
#!/usr/bin/env python3
|
|
|
|
from trustgraph.cores import run
|
|
|
|
run()
|
|
|