## Python Prototype

Use `pipenv` (which you can install with `pip`).

    pipenv run run.py --init-db
    pipenv run run.py

Run tests:

    pipenv run pytest

    # for coverage:
    pipenv run pytest --cov --cov-report html