#!/usr/bin/env python3 # -*- coding: utf-8 -*- class MongoConnector: """MongoConnector is a class which connect to mongo and chat with LLM""" pass