6 lines
130 B
Python
6 lines
130 B
Python
# Copyright (c) 2025 Patrick Motsch
|
|
# All rights reserved.
|
|
|
|
from .methodChatbot import MethodChatbot
|
|
|
|
__all__ = ['MethodChatbot']
|