trustgraph/scripts/triples-write-neo4j

7 lines
81 B
Text
Raw Normal View History

2024-08-13 23:23:19 +01:00
#!/usr/bin/env python3
from trustgraph.storage.triples.neo4j import run
run()