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.
This commit is contained in:
Cyber MacGeddon 2024-12-06 13:04:11 +00:00
parent 7df7843dad
commit 612b1234b4
25 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
from trustgraph.api.gateway import run
from trustgraph.gateway import run
run()