Notiflow / database /db.py
Dipan04's picture
first commit
037ee88
raw
history blame contribute delete
158 Bytes
"""
Database connection and operations.
"""
class Database:
"""Manages database connections and operations."""
def __init__(self):
pass