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
/
db.py
Dipan04
first commit
037ee88
17 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
158 Bytes
"""
Database connection and operations.
"""
class
Database
:
"""Manages database connections and operations."""
def
__init__
(
self
):
pass