thiiiiings
This commit is contained in:
6
events/FlapEvent.py
Normal file
6
events/FlapEvent.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class FlapEvent:
|
||||
def __init__(self, flapSolenoid):
|
||||
self.flapSolenoid = flapSolenoid
|
||||
|
||||
def trigger(self):
|
||||
self.flapSolenoid.trigger()
|
||||
Reference in New Issue
Block a user