Files
30-seconds-of-code/website/web/Lib/site-packages/pip/models/__init__.py
2018-02-22 13:04:08 +05:30

5 lines
71 B
Python

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