Poodletooth-iLand/panda/python/Lib/site-packages/pip/models/__init__.py
2015-04-10 07:57:49 -04:00

4 lines
71 B
Python

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