nasg/.venv/lib/python3.6/site-packages/pip/models/__init__.py
2018-07-25 13:23:23 +01:00

4 lines
71 B
Python

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