add timer

This commit is contained in:
Jannes Magnusson
2025-10-17 17:47:20 +02:00
parent 3bc1784e37
commit 851b894e5f
5 changed files with 148 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
from .number import NumberView
from .circle import CircleView
from .timer import TimerView
from .combined_view import CombinedView