trustgraph/scripts/triples-write-cassandra

7 lines
85 B
Text
Raw Normal View History

#!/usr/bin/env python3
from trustgraph.storage.triples.cassandra import run
run()