Remove legacy client (#58)

* Remove legacy client

* Misc cleanup
This commit is contained in:
2023-11-04 16:13:40 -05:00
committed by GitHub
parent 014489e3bf
commit d3b84c6212
8 changed files with 5 additions and 863 deletions

5
server.py Executable file
View File

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