7 lines
140 B
Python
7 lines
140 B
Python
# Copyright (c) 2025 Patrick Motsch
|
|
# All rights reserved.
|
|
|
|
from .methodSharepoint import MethodSharepoint
|
|
|
|
__all__ = ['MethodSharepoint']
|
|
|