File: __init__.py

package info (click to toggle)
python-pip 9.0.1-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,900 kB
  • sloc: python: 51,824; makefile: 206; sh: 52
file content (4 lines) | stat: -rw-r--r-- 71 bytes parent folder | download | duplicates (11)
1
2
3
4
from pip.models.index import Index, PyPI


__all__ = ["Index", "PyPI"]