gateway/modules/features/chatbot/__init__.py
2026-01-05 06:40:09 +01:00

7 lines
125 B
Python

# Copyright (c) 2025 Patrick Motsch
# All rights reserved.
from .mainChatbot import chatProcess
__all__ = ['chatProcess']