Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dipan004
/
Notiflow
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Notiflow
/
database
/
models.py
Dipan04
first commit
037ee88
17 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
113 Bytes
"""
Database models for Notiflow.
"""
class
BaseModel
:
"""Base model for all database entities."""
pass