#!/usr/bin/env bash
set -euo pipefail

python3 "$(dirname "$0")/board_index.py" "$@"
