trustgraph/trustgraph-core/scripts/chunker-token

7 lines
79 B
Text
Raw Normal View History

2024-08-21 16:51:33 +01:00
#!/usr/bin/env python3
2024-09-28 22:01:50 +01:00
from trustgraph.core.chunking.token import run
2024-08-21 16:51:33 +01:00
run()