mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-16 18:36:18 +00:00
7 lines
90 B
Python
7 lines
90 B
Python
"""
|
|
notification models file
|
|
"""
|
|
from django.db import models
|
|
|
|
# Create your models here.
|