verify:
	@python3 -m compileall -q src tests && python3 -m unittest discover -s tests -q && echo "verification passed"

run:
	FLASK_APP=app flask run
