projects
/
SubU
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
557bfc206fd5f36c56d9abedc72b3f786d2e1cb2
[SubU]
/
1
"""More routines for operating on iterables, beyond itertools"""
2
3
from .more import * # noqa
4
from .recipes import * # noqa
5
6
__version__ = '9.0.0'