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

2
main.py Normal file → Executable file
View File

@@ -1,4 +1,4 @@
''' main.py '''
#!/usr/bin/env python3
from src import init
if __name__ == '__main__':