camel up solver!

Install

python3.10 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run Solver

python3 solver.py

Run Tests

pytest
python3 -m pytest

Format code

black .
python3 -m black .