mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-16 02:45:13 +02:00
8 lines
87 B
Python
8 lines
87 B
Python
|
|
#!/usr/bin/env python3
|
||
|
|
|
||
|
|
from . write import run
|
||
|
|
|
||
|
|
if __name__ == '__main__':
|
||
|
|
run()
|
||
|
|
|