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