5 lines
76 B
Python
5 lines
76 B
Python
from app.gui import launch_gui
|
|
|
|
if __name__ == "__main__":
|
|
launch_gui()
|