from django.db import models
from utils.model import BaseModel
# Create your models here.
class Notify(BaseModel)
pass