#!/bin/sh
"exec" "$(dirname $0)/python3.12" "$0" "$@"

from idlelib.pyshell import main
if __name__ == '__main__':
    main()
