#!/usr/bin/env bash
# t-load - auto-generated by PyPack
# Runs: bash t-load.sh

# Find the installed package directory (works in Termux pip installs)
PKG_DIR=$(python3 -c "import t_load, os; print(os.path.dirname(t_load.__file__))" 2>/dev/null)

if [ -n "$PKG_DIR" ]; then
  cd "$PKG_DIR"
fi

bash t-load.sh "$@"
