refinements
Python CI / test (3.12) (push) Successful in 8m32s
Python CI / test (3.13) (push) Successful in 22m59s

This commit is contained in:
2025-11-09 21:17:57 +01:00
parent a552eb0951
commit 0f9e38eb7c
6 changed files with 41 additions and 610 deletions
-4
View File
@@ -24,7 +24,6 @@ from dreader.state import (
OverlayState
)
from dreader.library import LibraryManager
from dreader.overlay import OverlayManager
from dreader.main import DReaderApplication, AppConfig
from dreader.hal import DisplayHAL, KeyboardInputHAL, EventLoopHAL
@@ -56,9 +55,6 @@ __all__ = [
# Library
"LibraryManager",
# Overlay
"OverlayManager",
# Main application
"DReaderApplication",
"AppConfig",