Your IP : 216.73.216.43


Current Path : /snap/certbot/5528/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/compat/
Upload File :
Current File : //snap/certbot/5528/usr/lib/python3/dist-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