mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 09:46:25 +02:00
add notion tool metadata service
This commit is contained in:
parent
78127243e2
commit
c9b0e55ce9
2 changed files with 216 additions and 0 deletions
11
surfsense_backend/app/services/notion/__init__.py
Normal file
11
surfsense_backend/app/services/notion/__init__.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
from app.services.notion.tool_metadata_service import (
|
||||
NotionAccount,
|
||||
NotionPage,
|
||||
NotionToolMetadataService,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"NotionAccount",
|
||||
"NotionPage",
|
||||
"NotionToolMetadataService",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue