Model/backend/DbClient.py
2023-12-30 20:48:40 +00:00

7 lines
135 B
Python

class DbClient:
def __init__(self):
"""
This class handles interaction with the database
"""
pass