Files
DemonEditor/deb/usr/share/demoneditor/start.py
2021-10-09 20:50:41 +03:00

5 lines
70 B
Python
Executable File

#!/usr/bin/env python3
from app.ui.main import start_app
start_app()