codefuse-chatbot/dev_opsgpt/connector/chains/__init__.py

5 lines
68 B
Python
Raw Permalink Normal View History

from .base_chain import BaseChain
__all__ = [
"BaseChain"
]