File: __init__.py

package info (click to toggle)
feedgenerator 1.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 22,340 kB
  • sloc: python: 1,296; makefile: 4
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"]