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