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