Major file reorganization (#26)

* Major file reorganization

* Rearrange imports

* Fix default log level
This commit is contained in:
2023-06-30 21:24:40 -05:00
committed by GitHub
parent 34fbdaa4d9
commit a475aa999a
46 changed files with 117 additions and 128 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
from lib.client.dashboard_window import start_client
from src.client.dashboard_window import start_client
if __name__ == '__main__':
start_client()