mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-01-01 13:29:42 +01:00
5 lines
70 B
Python
Executable File
5 lines
70 B
Python
Executable File
#!/usr/bin/env python3
|
|
from app.ui.main import start_app
|
|
|
|
start_app()
|