8 lines
187 B
Python
8 lines
187 B
Python
from events.FlapEvent import FlapEvent
|
|
from solenoids.LeftFlapSolenoid import LeftFlapSolenoid
|
|
|
|
|
|
class LeftFlapEvent(FlapEvent):
|
|
def __init__(self):
|
|
super(LeftFlapSolenoid())
|