trustgraph/trustgraph/dump/graph_embeddings/parquet/__main__.py
Cyber MacGeddon 7d864fe370 Dump GEs
2024-07-24 00:27:05 +01:00

7 lines
87 B
Python
Executable file

#!/usr/bin/env python3
from . write import run
if __name__ == '__main__':
run()