trustgraph/trustgraph-core/scripts/chunker-recursive
cybermaggedon cdace22ee4
Feature/simpler subpackages (#81)
* Back to simpler directory structure

* Bump version, update templates
2024-09-30 16:16:20 +01:00

6 lines
78 B
Python
Executable file

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