5 lines
169 B
Python
5 lines
169 B
Python
|
|
"""Orchestrator 模块"""
|
||
|
|
from orchestrator.debate_manager import DebateManager, DebateConfig, SpeechRecord
|
||
|
|
|
||
|
|
__all__ = ["DebateManager", "DebateConfig", "SpeechRecord"]
|