mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 01:36:30 +02:00
add kb sync for notion updates
This commit is contained in:
parent
ce110faa5a
commit
b240bc3e1a
3 changed files with 123 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
from app.services.notion.kb_sync_service import NotionKBSyncService
|
||||
from app.services.notion.tool_metadata_service import (
|
||||
NotionAccount,
|
||||
NotionPage,
|
||||
|
|
@ -6,6 +7,7 @@ from app.services.notion.tool_metadata_service import (
|
|||
|
||||
__all__ = [
|
||||
"NotionAccount",
|
||||
"NotionKBSyncService",
|
||||
"NotionPage",
|
||||
"NotionToolMetadataService",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue