mirror of
https://github.com/python/cpython.git
synced 2025-09-15 13:16:12 +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())
|