from Bank import Bank class LeftBankTarget(Bank): def __init__(self): super() def hit(self): super.hit()