- Add detailed examples, test data, and a map of functions for maintainers.# Banking
What this project is and why it is useful
- Python project with main.py implementing a banking-style CLI or prototype. Useful for learning domain logic for accounts and transactions.
Usage
- python main.py
- Follow CLI prompts
Project structure & how it works
- main.py — CLI and logic
Notes
- Add detailed examples, test data, and a map of functions for maintainers.