QAS-Flow/qas_flow/__init__.py
2025-12-14 10:51:02 +01:00

4 lines
185 B
Python

from .stream import Stream
from .funcs import map, filter, take, skip, batch, enumerate, collect
__all__ = ["Stream", "map", "filter", "take", "skip", "batch", "enumerate", "collect"]