mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-25 04:53:36 +00:00
6 lines
157 B
Python
6 lines
157 B
Python
"""This module is responsible for managing the connectors."""
|
|
|
|
from .connector_manager import ConnectorManager # noqa: F401
|
|
|
|
__ALL__ = ["ConnectorManager"]
|