#!/bin/bash
set -e
./tools/uv run ./tools/run.py "$@"
