9 lines
134 B
Python
9 lines
134 B
Python
# from src.ui.main_ui import launch
|
|
|
|
from updater import Update
|
|
|
|
if __name__ == "__main__":
|
|
Update()
|
|
# launch("--debug")
|
|
|