def main(): clear_screen() header() if AuthBankAccountConsole.is_auth(): clear_screen() header() CashMachineConsole.call_operation() else: print('Conta inválida')
def main(): clear() header() CashMachineConsole.call_operation()