trustgraph/trustgraph-core/scripts/kg-extract-relationships

7 lines
89 B
Text
Raw Normal View History

2024-07-10 23:20:06 +01:00
#!/usr/bin/env python3
2024-09-28 22:01:50 +01:00
from trustgraph.core.extract.kg.relationships import run
2024-07-10 23:20:06 +01:00
run()