5 lines
198 B
Python
5 lines
198 B
Python
"""Re-export canonical SharePointConnector from kab_ingestion.sharepoint."""
|
|
from kab_ingestion.sharepoint import SharePointConnector as SharePointCMSConnector
|
|
|
|
__all__ = ["SharePointCMSConnector"]
|