Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
e904300882055bed71cae59f8ca9161066659b7c
/
.
/
Lib
/
_pyrepl
/
__main__.py
blob: efb6d343cc9a7ca617e7b286324e11817bb6dcf3 [
file
]
if
__name__
==
"__main__"
:
from
.
main
import
interactive_console
as
__pyrepl_interactive_console
__pyrepl_interactive_console
()