File: author.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 (6 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
# pylint: disable=missing-docstring,wrong-import-position
from django.db import models


class Author(models.Model):
    pass