Poodletooth-iLand/panda/python/Lib/site-packages/pip/models/__init__.py

5 lines
71 B
Python
Raw Normal View History

2015-04-10 06:57:49 -05:00
from pip.models.index import Index, PyPI
__all__ = ["Index", "PyPI"]