This is a basic calculator app.
To learn and understand the use case of config.yaml
D:. ├───configurations ├───data ├───src │ └───__pycache__ └───utils └───__pycache__
main.py configurations: config.yaml src : operations_loader.py operations_mapping.py operations.py process_csv.py utils : helper.py