mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
6 lines
149 B
Python
6 lines
149 B
Python
"""More routines for operating on iterables, beyond itertools"""
|
|
|
|
from .more import * # noqa
|
|
from .recipes import * # noqa
|
|
|
|
__version__ = '10.2.0'
|