mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-01-23 07:53:24 +01:00
5 lines
95 B
Python
5 lines
95 B
Python
from main.ui.main_app_window import start_app as start
|
|
|
|
if __name__ == "__main__":
|
|
start()
|