cmd/lowercase.py

6 lines
96 B
Python

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