summaryrefslogtreecommitdiff
blob: ccae5f3fa55a9fdf53b312680b902feb248c8f80 (plain)
1
2
3
4
5
6
7
"""When called as a script, consumes the input"""

import sys

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