.PHONEY clean:
	@echo "Removing .pyc files"
	@rm -vf *.pyc
	@echo "done"
