Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
c273f59fb345877b3f752af9bcd45ed90aa90e1d
/
.
/
Lib
/
zipfile
/
__main__.py
blob: 868d99efc3c4a317b869b9bfc30a0ccf857ca73e [
file
]
from
.
import
main
if
__name__
==
"__main__"
:
main
()