mysteriendrama/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__init__.py

7 lines
148 B
Python
Raw Normal View History

2023-07-22 12:04:19 +02:00
"""More routines for operating on iterables, beyond itertools"""
from .more import * # noqa
from .recipes import * # noqa
__version__ = '9.0.0'