5 lines
94 B
Python
5 lines
94 B
Python
from src.ui.userInterface import launch_gui as UI
|
|
|
|
if __name__ == "__main__":
|
|
UI() #:des
|