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