add the loading screen

This commit is contained in:
2026-03-12 23:52:07 +01:00
parent e80cea7bbf
commit bec76d6796
7 changed files with 218 additions and 5 deletions

View File

@@ -2,4 +2,5 @@ from .number import NumberView
from .circle import CircleView
from .timer import TimerView
from .text import TextView
from .loading import LoadingView
from .main_view import MainView