trustgraph/trustgraph-flow/trustgraph/gateway/__main__.py
cybermaggedon 67d69b5285
Fixed a problem with the packages, api/__init__.py appeared in both (#196)
trustgraph-flow and trustgraph-base, moved the gateway stuff into a
different directory.
2024-12-06 13:05:56 +00:00

7 lines
89 B
Python
Executable file

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