コード例 #1
0
def main():
    clear_screen()
    header()
    if AuthBankAccountConsole.is_auth():
        clear_screen()
        header()
        CashMachineConsole.call_operation()
    else:
        print('Conta inválida')
コード例 #2
0
def main():
    clear()

    header()

    CashMachineConsole.call_operation()