mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-17 23:51:19 +00:00
7 lines
71 B
Python
7 lines
71 B
Python
"""A simple chatbot."""
|
|
|
|
from . import chat
|
|
|
|
__all__ = [
|
|
"chat",
|
|
]
|