Added Pop Events
This commit is contained in:
7
events/TopLeftPopEvent.py
Normal file
7
events/TopLeftPopEvent.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from events.PopEvent import PopEvent
|
||||
from solenoids.TopLeftPopSolenoid import TopLeftPopSolenoid
|
||||
|
||||
|
||||
class TopLeftPopEvent(PopEvent):
|
||||
def __init__(self):
|
||||
super().__init__(TopLeftPopSolenoid(), "Top Left Pop Event")
|
||||
Reference in New Issue
Block a user