Manage dots on Kanban boards
virtualenv -p python3 venv
. venv/bin/activate
make init
python -m dotty <config_file>
make init: load requirementsmake tests: run testsmake install: install dottymake develop: install dotty for developmentmake uninstall: uninstall dotty