mirror of
https://github.com/python/cpython.git
synced 2026-01-16 04:09:57 +00:00
5 lines
89 B
Python
Executable file
5 lines
89 B
Python
Executable file
#!/usr/bin/env python
|
|
from lib2to3 import refactor
|
|
import sys
|
|
|
|
sys.exit(refactor.main())
|