Base WEB UI structure

This commit is contained in:
2026-05-06 17:30:35 +03:00
parent 16a7fb32fd
commit e9a843bdc8
355 changed files with 62691 additions and 7 deletions
+2 -7
View File
@@ -1,10 +1,5 @@
import sys
from PySide6.QtWidgets import QApplication
from core.ui.uimain import MainWindow
from core.flaskui.flask import ui
if __name__ == "__main__":
app = QApplication(sys.argv)
window = MainWindow()
window.show()
sys.exit(app.exec())
ui.run(debug=True)