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.
This commit is contained in:
cybermaggedon 2024-12-06 13:05:56 +00:00 committed by GitHub
parent 7df7843dad
commit 67d69b5285
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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()