Skip to content
Snippets Groups Projects
Commit 875a0291 authored by iggy's avatar iggy Committed by q3k
Browse files

fixes (squash this)

parent 70197e23
No related branches found
No related tags found
No related merge requests found
from st4m.utils import xy_from_polar
from st4m.color import PUSH_RED, GO_GREEN, BLACK
from st4m.property import PUSH_RED, GO_GREEN, BLACK
from st4m import Responder, Ctx, InputState
......
......@@ -42,8 +42,6 @@ class ViewWithInputState(View):
def think(self, ins: InputState, delta_ms: int) -> None:
self.input.think(ins, delta_ms)
class ViewWithSingleInputState(ViewWithInputState()):
def __
class ViewTransition(ABCBase):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment