8 lines
191 B
Python
8 lines
191 B
Python
from events.FlapEvent import FlapEvent
|
|
from solenoids.RightFlapSolenoid import RightFlapSolenoid
|
|
|
|
|
|
class RightFlapEvent(FlapEvent):
|
|
def __init__(self):
|
|
super(RightFlapSolenoid())
|