Current File : //proc/thread-self/root/usr/local/apps/python3/lib/python3.11/test/subprocessdata/input_reader.py
"""When called as a script, consumes the input"""

import sys

if __name__ == "__main__":
    for line in sys.stdin:
        pass