Add bank events
This commit is contained in:
8
events/BottomLeftBankEvent.py
Normal file
8
events/BottomLeftBankEvent.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from events.BankEvent import BankEvent
|
||||
from solenoids.BottomLeftBankSolenoid import BottomLeftBankSolenoid
|
||||
|
||||
|
||||
class BottomLeftBankEvent(BankEvent):
|
||||
def __init__(self):
|
||||
super().__init__(BottomLeftBankSolenoid(), "Bottom Left Bank Event")
|
||||
|
||||
Reference in New Issue
Block a user