trustgraph/trustgraph-flow/scripts/api-gateway

6 lines
71 B
Python
Executable file

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