gateway/modules/workflows/methods/methodChatbot/__init__.py
2026-01-05 06:40:09 +01:00

6 lines
130 B
Python

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