scripts update

This commit is contained in:
DYefremov
2020-01-15 07:26:59 +03:00
parent cc15594338
commit c2d2361de9
7 changed files with 35 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python3
from app.ui.main_app_window import start_app
start_app()