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

7 lines
108 B
Python

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