Basic GUI infrastructure

This commit is contained in:
2025-07-28 15:00:25 +02:00
commit 4e1a9f0182
8 changed files with 180 additions and 0 deletions

4
main.py Normal file
View File

@ -0,0 +1,4 @@
import ui
if __name__=="__main__":
ui.LayoutManager.run()