main:
	python -m build

test:
	python -m pytest

