#!/usr/bin/env sh

# This script is just here to run `uv run` in a standard single-point-of-truth
# Feel free to run it manually instead.
set -e

exec uv run --frozen "$@"
