Files

7 lines
149 B
Python
Raw Permalink Normal View History

2026-02-19 00:55:27 +02:00
"""More routines for operating on iterables, beyond itertools"""
from .more import * # noqa
from .recipes import * # noqa
__version__ = '10.8.0'