codefuse-chatbot/dev_opsgpt/connector/__init__.py

9 lines
120 B
Python
Raw Normal View History

from .configs import PHASE_CONFIGS
PHASE_LIST = list(PHASE_CONFIGS.keys())
__all__ = [
"PHASE_CONFIGS"
]