rewrite: More restructuring.

This commit is contained in:
2022-12-23 07:19:35 +02:00
parent 1cef97cdd4
commit ee1abcacea
26 changed files with 443 additions and 39 deletions

6
scripts/start_gui.py Executable file
View File

@@ -0,0 +1,6 @@
import asyncio
from src.server import main
if __name__ == '__main__':
asyncio.run(main())