NewViewsNews/.venv/lib/python3.6/site-packages/pip/models/__init__.py
2020-08-14 20:16:43 -04:00

5 lines
71 B
Python

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