mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-07 05:45:13 +02:00
7 lines
84 B
Python
Executable file
7 lines
84 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from . hf import run
|
|
|
|
if __name__ == '__main__':
|
|
run()
|
|
|