common event
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from Event import Event
|
||||
|
||||
from solenoids.RightKickerSolenoid import RightKickerSolenoid
|
||||
|
||||
|
||||
class RightKickerEvent:
|
||||
class RightKickerEvent(Event):
|
||||
def __init__(self):
|
||||
self.rightKickerSolenoid = RightKickerSolenoid()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user