add notion tool metadata service

This commit is contained in:
CREDO23 2026-02-12 15:21:18 +02:00
parent 78127243e2
commit c9b0e55ce9
2 changed files with 216 additions and 0 deletions

View file

@ -0,0 +1,11 @@
from app.services.notion.tool_metadata_service import (
NotionAccount,
NotionPage,
NotionToolMetadataService,
)
__all__ = [
"NotionAccount",
"NotionPage",
"NotionToolMetadataService",
]