7 lines
153 B
Python
7 lines
153 B
Python
# Copyright (c) 2025 Patrick Motsch
|
|
# All rights reserved.
|
|
"""Web research service."""
|
|
|
|
from .mainServiceWeb import WebService
|
|
|
|
__all__ = ["WebService"]
|