7 lines
125 B
Python
7 lines
125 B
Python
# Copyright (c) 2025 Patrick Motsch
|
|
# All rights reserved.
|
|
|
|
from .mainChatbot import chatProcess
|
|
|
|
__all__ = ['chatProcess']
|
|
|