test:
	python -m coverage run -m unittest
	python -m coverage html 

example:
	python example/example.py 

.IPHONY: test, example