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