mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-25 14:48:06 +02:00
7 lines
90 B
Python
7 lines
90 B
Python
|
|
#!/usr/bin/env python3
|
||
|
|
|
||
|
|
from . processor import run
|
||
|
|
|
||
|
|
if __name__ == '__main__':
|
||
|
|
run()
|