all: clean
	uv run pytest tests/test_instructor.py

clean:
	clear