Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
0cd6391fd890368ea1743dac50c366b42f2fd126
/
.
/
Lib
/
lib2to3
/
__main__.py
blob: 80688baf27abfcaf99ea680787f17212747db5f6 [
file
]
import
sys
from
.
main
import
main
sys
.
exit
(
main
(
"lib2to3.fixes"
))