4 lines
77 B
Python
4 lines
77 B
Python
import controller
|
|
|
|
if __name__ == "__main__":
|
|
controller.showMainWindow() |