mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-30 13:55:21 +00:00
9 lines
156 B
Python
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
|