#!/usr/bin/env sh

which uv || curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync "$@"
