mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-15 01:35:13 +02:00
6 lines
88 B
Python
6 lines
88 B
Python
#!/usr/bin/env python3
|
|
|
|
from . service import run
|
|
|
|
if __name__ == '__main__':
|
|
run()
|