Updated zipp to 2.0.1

This commit is contained in:
Labrys of Knossos 2022-11-29 01:21:38 -05:00
commit 1aff7eb85d
27 changed files with 6200 additions and 393 deletions

View file

@ -0,0 +1,6 @@
"""More routines for operating on iterables, beyond itertools"""
from .more import * # noqa
from .recipes import * # noqa
__version__ = '9.0.0'