6 lines
89 B
Python
6 lines
89 B
Python
from src.ui.main_ui import launch
|
|
|
|
if __name__ == "__main__":
|
|
launch("--debug")
|
|
|