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