This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
mochaserverpine64backup/lib/python3.6/site-packages/pip/models/__init__.py

5 lines
71 B
Python
Raw Normal View History

2018-04-06 00:38:55 -05:00
from pip.models.index import Index, PyPI
__all__ = ["Index", "PyPI"]