First commit

This commit is contained in:
Michael Otto
2025-10-09 11:35:08 +02:00
parent cdb2f5b1ea
commit e2d732e564
17 changed files with 484 additions and 0 deletions

2
shared/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .ui import UI
from .dockmanager import DockManager