File Manager

Path: /opt/alt/python37/lib/python3.7/site-packages/pip/_vendor/resolvelib/compat/

Viewing File: collections_abc.py

__all__ = ["Sequence"]

try:
    from collections.abc import Sequence
except ImportError:
    from collections import Sequence