More code re-organizing

This commit is contained in:
Brett Williams
2023-10-21 22:45:30 -05:00
parent 7a52cce40a
commit 9027cd7202
26 changed files with 33 additions and 48 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
from src.api_server import start_server
from src.api.api_server import start_server
if __name__ == '__main__':
start_server()