Files
LibrarySystem/main_dev.py
2024-11-08 08:47:03 +01:00

9 lines
134 B
Python

# from src.ui.main_ui import launch
from updater import Update
if __name__ == "__main__":
Update()
# launch("--debug")