from Target import Target class FixedTarget4(Target): def __init__(self): super().__init__(100, 'Fixed Target 4') def hit(self): super.hit()