mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2024-11-14 17:40:24 -08:00
7 lines
148 B
Python
7 lines
148 B
Python
"""More routines for operating on iterables, beyond itertools"""
|
|
|
|
from .more import * # noqa
|
|
from .recipes import * # noqa
|
|
|
|
__version__ = '9.0.0'
|