mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2025-11-03 20:06:17 +01:00
5 lines
81 B
Python
5 lines
81 B
Python
|
|
#!/usr/bin/env python3
|
||
|
|
from app.ui.main_app_window import start_app
|
||
|
|
|
||
|
|
start_app()
|