ReMe/reme/agent/__init__.py

7 lines
71 B
Python

"""A simple chatbot."""
from . import chat
__all__ = [
"chat",
]