"""Re-export canonical SharePointConnector from kab_ingestion.sharepoint.""" from kab_ingestion.sharepoint import SharePointConnector as SharePointCMSConnector __all__ = ["SharePointCMSConnector"]