mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 21:21:12 -07:00
6 lines
148 B
Python
6 lines
148 B
Python
"""More routines for operating on iterables, beyond itertools"""
|
|
|
|
from .more import * # noqa
|
|
from .recipes import * # noqa
|
|
|
|
__version__ = '9.0.0'
|