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