test:
	python -m unittest discover . '*_test.py' --locals -v

format:
	black . --line-length 140 


