5 lines
111 B
Python
5 lines
111 B
Python
import controller
|
|
|
|
if __name__ == "__main__":
|
|
controller.createMainWindow()
|
|
controller.showMainWindow() |