#!/usr/bin/env python3 # -*- coding: utf-8 -*- class PostgresConnector: """PostgresConnector is a class which Connector to chat with LLM""" pass