didn't mean to remove that

This commit is contained in:
NewSoupVi
2026-04-01 01:30:02 +02:00
committed by Berserker
parent 4a77cdada5
commit c230a075a8
+1
View File
@@ -49,6 +49,7 @@ INPUT_MAP_SPECIAL_INT = {
class APQuestGameView(MDRecycleView):
focused: int = 1
input_function: Callable[[Input], None]
def __init__(self, input_function: Callable[[Input], None], **kwargs: Any) -> None:
super().__init__(**kwargs)