mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-29 10:56:24 +02:00
feat: implement Dropbox file creation and deletion tools for enhanced document management
This commit is contained in:
parent
2cd09d49a2
commit
7297a1724b
8 changed files with 828 additions and 0 deletions
5
surfsense_backend/app/services/dropbox/__init__.py
Normal file
5
surfsense_backend/app/services/dropbox/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from app.services.dropbox.kb_sync_service import DropboxKBSyncService
|
||||
|
||||
__all__ = [
|
||||
"DropboxKBSyncService",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue