diff --git a/skipblank.py b/skipblank.py new file mode 100644 index 0000000..0415e22 --- /dev/null +++ b/skipblank.py @@ -0,0 +1,4 @@ +from voussoirkit import pipeable + +for line in pipeable.go(skip_blank=True): + pipeable.stdout(line)