HOME


Mini Shell 1.0
DIR: /snap/certbot/4482/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/
Upload File :
Current File : //snap/certbot/4482/lib/python3.12/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