PYTHON_VERSION ?= 3.13

.PHONY: run-basic
run-basic:
	uv run --python $(PYTHON_VERSION) python examples/basic_run.py

