go:
	python3 -m mypy --disallow-untyped-defs credit-card
	./credit-card

setup:
	python3 -m pip install mypy