mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-03 15:01:00 +02:00
5 lines
71 B
Text
5 lines
71 B
Text
|
|
#!/usr/bin/env python3
|
||
|
|
|
||
|
|
from trustgraph.core.metering import run
|
||
|
|
|
||
|
|
run()
|