trustgraph/trustgraph-flow/scripts/api-gateway
Cyber MacGeddon 612b1234b4 Fixed a problem with the packages, api/__init__.py appeared in both
trustgraph-flow and trustgraph-base, moved the gateway stuff into a
different directory.
2024-12-06 13:04:11 +00:00

6 lines
67 B
Python
Executable file

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