mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-01-24 08:20:02 +01:00
6 lines
80 B
Python
6 lines
80 B
Python
from main.ui import start_app as start
|
|
|
|
if __name__ == "__main__":
|
|
start()
|
|
|