

zip:	clean
	cd ..;rm -f bu.zip;zip -r bu.zip bu

clean:
	rm -f *.class 
	rm -rf __pycache__
