cmd/repr.py

6 lines
84 B
Python

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