go:
	./this-pylint --which-2 None --to-pylint diffie.py
	mypy --disallow-untyped-calls diffie.py
	./diffie.py

clean:
	rm -rf .mypy_cache