Files
DB-GPT/pilot/connections/postgres.py
2023-05-24 18:43:04 +08:00

9 lines
156 B
Python

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