This repository implements the example of refactoring from the book "Refactoring To Patterns", Joshua Kerievsky using Python. The original examples are in other languages like Java and C++.
python3.11 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m pytest