__init__.py 71 B

1234
  1. from pip.models.index import Index, PyPI
  2. __all__ = ["Index", "PyPI"]