all:


clean:
	rm -rf *.pyc
	rm -rf __pycache__/
	rm -rf helper/*.pyc
	rm -rf helper/__pycache__/