5 lines
75 B
Python
5 lines
75 B
Python
from src.ui.main_ui import launch
|
|
|
|
if __name__ == "__main__":
|
|
launch()
|