Files
metabuilder/typthon/Lib/test/subprocessdata/input_reader.py
johndoe6345789 0e707caa56 feat: Add Typthon
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 17:10:58 +00:00

8 lines
130 B
Python

"""When called as a script, consumes the input"""
import sys
if __name__ == "__main__":
for line in sys.stdin:
pass