from Target import Target class FixedTarget1(Target): def __init__(self): super(0, "Fixed Target 1") def hit(self): super.hit()