test:
	python test.py test

accept:
	python test.py accept

.PHONY: test accept
