SurfSense/surfsense_backend/app/services/onedrive/__init__.py

6 lines
116 B
Python
Raw Normal View History

from app.services.onedrive.kb_sync_service import OneDriveKBSyncService
__all__ = [
"OneDriveKBSyncService",
]