codefuse-chatbot/coagent/connector/phase/__init__.py

3 lines
60 B
Python

from .base_phase import BasePhase
__all__ = ["BasePhase"]