1#!/tmpfs/src/git/out/python3/install/bin/python3.11
2import sys
3from lib2to3.main import main
4
5sys.exit(main("lib2to3.fixes"))
6