add left and right buttons

This commit is contained in:
Jannes Magnusson
2025-10-17 20:19:13 +02:00
parent 851b894e5f
commit 0871852693
6 changed files with 178 additions and 115 deletions

View File

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