7 lines
172 B
Python
7 lines
172 B
Python
# Copyright (c) 2025 Patrick Motsch
|
|
# All rights reserved.
|
|
"""SharePoint service."""
|
|
|
|
from .mainServiceSharepoint import SharepointService
|
|
|
|
__all__ = ["SharepointService"]
|