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