streams
This commit is contained in:
parent
e9cf83145f
commit
3386de9894
7 changed files with 143 additions and 1 deletions
4
qas_flow/__init__.py
Normal file
4
qas_flow/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from .stream import Stream
|
||||
from .funcs import map, filter, take, skip, batch, enumerate, collect
|
||||
|
||||
__all__ = ["Stream", "map", "filter", "take", "skip", "batch", "enumerate", "collect"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue