cmd/lowercase.py

5 lines
96 B
Python

from voussoirkit import pipeable
for line in pipeable.go():
pipeable.output(line.lower())