Files
FastAnime/fa
2024-08-05 09:47:04 +03:00

3 lines
117 B
Bash
Executable File

#!/usr/bin/env sh
exec "${PYTHON:-python3}" -Werror -Xdev "$(dirname "$(realpath "$0")")/fastanime/__main__.py" "$@"