5 lines
83 B
Python
5 lines
83 B
Python
|
from voussoirkit import pipeable
|
||
|
|
||
|
for line in pipeable.go():
|
||
|
print(repr(line))
|