run:
	python app.py

run_webui:
	@cd webui && npm run serve

install:
	@echo "INSTALL MISSING!"

run_tests:
	python -m unittest discover test/
