// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
python39
/
lib
/
python3.9
/
site-packages
/
setuptools
/
_vendor
/
more_itertools
[ PARENT ]
EDIT :: __init__.py
from .more import * # noqa from .recipes import * # noqa __version__ = '8.8.0'
SAVE
CANCEL