Files
DB-GPT/pilot/connections/postgres.py
2023-05-08 00:44:02 +08:00

8 lines
155 B
Python

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