cmd/repr.py
2019-06-11 22:41:31 -07:00

5 lines
84 B
Python

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