Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
74bb3ca1f8ff7b667a003c9e795458c1a9e14780
/
.
/
Lib
/
test
/
subprocessdata
/
input_reader.py
blob: 1dc3191ad183f751b4631462fbf3cb97b8c7de52 [
file
] [
log
] [
blame
]
"""When called as a script, consumes the input"""
import
sys
if
__name__
==
"__main__"
:
for
line
in
sys
.
stdin
:
pass