init:
	pip install -r requirements.txt

test:
	python -m unittest tests/test*.py

.PHONY: init test
