ATM emulator provides simple command line interface.
Initialize ATM with money:
python cli.py init <comma-separated list with note counts, e.g. 50=5,20=10>
Show current note counts:
python cli.py status
Dispense money from ATM
python cli.py dispense <amount>
- Python 2.7
- mock library for unit testing