Files
DB-GPT/pilot/connections/rdbms/postgres.py
2023-05-29 19:32:20 +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