.PHONY: build docs

build:
	python3 -m build

docs:
	python3 docs/src/main.py

