#!/usr/bin/env bash

# Get the directory where the script is located
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

# Change to the script directory and run the Python script using uv
cd "$SCRIPT_DIR" && uv run python src/main.py 