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