trustgraph/trustgraph/processing/__main__.py
2024-07-15 17:17:04 +01:00

7 lines
92 B
Python
Executable file

#!/usr/bin/env python3
from . processing import run
if __name__ == '__main__':
run()