mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-28 09:56:22 +02:00
6 lines
68 B
Python
Executable file
6 lines
68 B
Python
Executable file
|
|
from . vectorize import run
|
|
|
|
if __name__ == '__main__':
|
|
run()
|
|
|