5 lines
95 B
Python
5 lines
95 B
Python
from src.logic import userInterface
|
|
|
|
if __name__ == "__main__":
|
|
userInterface.launch_gui()
|