common event

This commit is contained in:
Jonas Zeunert
2020-05-03 20:03:56 +02:00
parent 29150d6ddc
commit 8e70921c8e
13 changed files with 42 additions and 10 deletions

View File

@@ -1,7 +1,9 @@
from Event import Event
from solenoids.RightKickerSolenoid import RightKickerSolenoid
class RightKickerEvent:
class RightKickerEvent(Event):
def __init__(self):
self.rightKickerSolenoid = RightKickerSolenoid()