1#!/tmpfs/src/git/out/python3/install/bin/python3.11
2
3from idlelib.pyshell import main
4if __name__ == '__main__':
5    main()
6