#!/bin/bash
set -euo pipefail
ROOT="${HYMET_ROOT:-/opt/conda/conda-bld/hymet_1771038749840/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/share/hymet}"
export HYMET_ROOT="${ROOT}"
export HYMET_VERSION="${HYMET_VERSION:-1.3.0}"
exec python "${ROOT}/bin/hymet" "$@"
