6 lines
86 B
Python
6 lines
86 B
Python
# main.py
|
|
from app.gui import launch_gui
|
|
|
|
if __name__ == "__main__":
|
|
launch_gui()
|