File: __init__.py

package info (click to toggle)
pylint-django 2.0.13-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 660 kB
  • sloc: python: 1,807; sh: 13; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 51 bytes parent folder | download | duplicates (3)
1
2
3
4
from .author import Author


__all__ = ('Author',)