Your IP : 3.15.211.55


Current Path : /opt/alt/python311/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/
Upload File :
Current File : //opt/alt/python311/lib/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

?>