mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-27 04:24:16 +00:00
add connector file
This commit is contained in:
8
pilot/connections/base.py
Normal file
8
pilot/connections/base.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding:utf-8 -*-
|
||||
|
||||
"""We need to design a base class. That other connector can Write with this"""
|
||||
|
||||
class BaseConnection:
|
||||
pass
|
||||
|
Reference in New Issue
Block a user