trustgraph/trustgraph-flow/scripts/api-gateway
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

6 lines
67 B
Python
Executable file

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