searchgpt / src /processor /__init__.py
hadadrjt's picture
SearchGPT: Initial.
408c946
raw
history blame contribute delete
184 Bytes
#
# SPDX-FileCopyrightText: Hadad <hadad@linuxmail.org>
# SPDX-License-Identifier: Apache-2.0
#
from .message_processor import process_user_request
__all__ = ['process_user_request']