migration and splitting AareLC

This commit is contained in:
2026-04-14 16:07:31 +02:00
commit 391c357c84
3022 changed files with 23477 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
"""GUI components for AareLC ML Studio."""
from .canvas_panel import MainCanvas
from .control_panel import ControlPanel
__all__ = ['MainCanvas', 'ControlPanel']