Current Path : /proc/thread-self/root/opt/imunify360/venv/lib64/python3.11/site-packages/pip/_vendor/resolvelib/compat/ |
Current File : //proc/thread-self/root/opt/imunify360/venv/lib64/python3.11/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py |
__all__ = ["Mapping", "Sequence"] try: from collections.abc import Mapping, Sequence except ImportError: from collections import Mapping, Sequence