trustgraph/scripts/chunker-recursive

6 lines
78 B
Python
Executable file

#!/usr/bin/env python3
from trustgraph.chunking.recursive import run
run()