
dev:
	pip install -e .[dev]

tests:
	pytest src
