run BankApp.py
-- account_manager.py is required
-- Existing account numbers created by the app are stored in account_numbers.txt
-- Account objects created by the app are stored in accounts.pkl, this serve as database
-- Transfers can only be made to existing account number
Happy Banking!