add number_circle

This commit is contained in:
2025-10-14 13:59:42 +02:00
parent 98794a36ed
commit f62b790472
10 changed files with 182 additions and 46 deletions

View File

@@ -1,2 +1,3 @@
from .number import NumberView
from .circle import CircleView
from .circle import CircleView
from .number_circle import NumberCircleView