Add skipblank.py.

This commit is contained in:
voussoir 2022-11-02 18:41:01 -07:00
parent b762a2d3e8
commit fb02ce90ae
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

4
skipblank.py Normal file
View file

@ -0,0 +1,4 @@
from voussoirkit import pipeable
for line in pipeable.go(skip_blank=True):
pipeable.stdout(line)