.PHONY: test run

run:
	python app.py

test:
	pytest tests/ -q
