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

3 lines
60 B
Python
Raw Permalink Normal View History

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