make views combineable

This commit is contained in:
Jannes Magnusson
2025-10-17 15:26:45 +02:00
parent 2093e43611
commit a1de093d2c
7 changed files with 122 additions and 73 deletions

View File

@@ -1,2 +1,3 @@
from .number import NumberView
from .circle import CircleView
from .circle import CircleView
from .combined_view import CombinedView