mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 09:29:38 +02:00
7 lines
81 B
Python
7 lines
81 B
Python
#!/usr/bin/env python3
|
|
|
|
from . import run
|
|
|
|
if __name__ == '__main__':
|
|
run()
|
|
|