cmd/repr.py

4 lines
93 B
Python

from voussoirkit import pipeable
for line in pipeable.go():
pipeable.stdout(repr(line))