#!/bin/sh
# MaxiMind Code: run the bundled interpreter in isolated mode (no PYTHON* variables, no user site).
here=$(cd "$(dirname "$0")/.." && pwd -P) || exit 2
exec "$here/python/bin/python3" -I -B "$here/app/maximind-code" "$@"
