mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
5 lines
97 B
Python
Executable file
5 lines
97 B
Python
Executable file
#!/usr/bin/env python3
|
|
import sys
|
|
from lib2to3.main import main
|
|
|
|
sys.exit(main("lib2to3.fixes"))
|