Added Pop Events

This commit is contained in:
Johannes Wendel
2020-08-19 22:13:43 +02:00
parent 7f554e0490
commit 166b9d95ef
4 changed files with 29 additions and 0 deletions

View 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")