
check:
	PYTHONPATH=src python -m unittest tests/test*

build:
	python3 -m build
