all:
	python3 setup.py

test:
	python3 setup.py test

clean:
	python3 setup.py clean
