main:
	python -m build

test:
	PYTHONPATH=. python -m pytest

