mirror of
https://github.com/python/cpython.git
synced 2025-11-03 07:01:21 +00:00
6 lines
89 B
Text
6 lines
89 B
Text
|
|
#!/usr/bin/env python
|
||
|
|
from lib2to3 import refactor
|
||
|
|
import sys
|
||
|
|
|
||
|
|
sys.exit(refactor.main())
|