mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
* Write knowledge core elements to Cassandra * Store service works, building management service * kg-manager
6 lines
65 B
Python
6 lines
65 B
Python
#!/usr/bin/env python3
|
|
|
|
from trustgraph.cores import run
|
|
|
|
run()
|
|
|