Files
flippr-game/targets/top_bank/TopBank.py
Jonas Zeunert 7414734dad thiiiiings
2020-02-13 19:05:55 +01:00

9 lines
130 B
Python

from Target import Target
class TopBank(Target):
def __init__(self):
super()
def hit(self):
super.hit()