gateway/modules/serviceCenter/services/serviceSharepoint/__init__.py
2026-03-06 14:03:18 +01:00

7 lines
172 B
Python

# Copyright (c) 2025 Patrick Motsch
# All rights reserved.
"""SharePoint service."""
from .mainServiceSharepoint import SharepointService
__all__ = ["SharepointService"]