some minor fixes

This commit is contained in:
DYefremov
2021-03-06 14:32:33 +03:00
parent 5f79b27daa
commit 653ef1422f
9 changed files with 27 additions and 26 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env python3
if __name__ == "__main__":
from multiprocessing import freeze_support
from app.ui.main_app_window import start_app
freeze_support()
start_app()