tubearchivist-frontend/tubearchivist/home/models.py
Christian Clauss 49e57955b5
GitHub Action to lint Python code (#14)
* GitHub Action to lint Python code
2021-09-21 16:23:36 +07:00

4 lines
87 B
Python

from django.db import models # noqa: F401 - Unused import
# Create your models here.