.PHONY: build
build:
	pip install .
.PHONY: test
test:
	python test.py