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