2to3 104 B

12345
  1. #!/usr/bin/env python3.10.exe
  2. import sys
  3. from lib2to3.main import main
  4. sys.exit(main("lib2to3.fixes"))