7 lines
148 B
Python
7 lines
148 B
Python
# Copyright (c) 2025 Patrick Motsch
|
|
# All rights reserved.
|
|
"""Chat service."""
|
|
|
|
from .mainServiceChat import ChatService
|
|
|
|
__all__ = ["ChatService"]
|