index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
lib2to3
/
__main__.py
blob: 80688baf27abfcaf99ea680787f17212747db5f6 (
plain
) (
blame
)
1
2
3
4
import sys from .main import main sys.exit(main("lib2to3.fixes"))