1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip/models/__init__.py
2014-12-17 22:49:10 -05:00

4 lines
71 B
Python

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