Reify Challenge

It is recommended to setup a virtual environment to execute this project:

python3 -m virtualvenv venv
source venv/bin/activate

To run the unit tests:

pip install -r requirements
python -m unittest  # `make test` should work as well