Files
chatgpt-on-wechat/agent/chat/__init__.py
2026-02-21 00:39:36 +08:00

4 lines
70 B
Python

from agent.chat.service import ChatService
__all__ = ["ChatService"]