cmd/lowercase.py

8 lines
108 B
Python

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