Files
flippr-game/targets/technical/OutholeTarget.py
Jonas Zeunert c54ab2e311 Very much done
2021-03-07 10:51:24 +01:00

9 lines
169 B
Python

from Target import Target
class OutholeTarget(Target):
def __init__(self):
super().__init__(0, 'Outhole')
def hit(self):
super().hit()