12 lines
307 B
Python
12 lines
307 B
Python
from .api import NotionAPI, PageSchema, ParentSchema # noqa: ignore
|
|
from .property import ( # noqa: ignore
|
|
IdProvider,
|
|
NumberProperty,
|
|
Property,
|
|
RichTextProperty,
|
|
StringProperty,
|
|
TextProperty,
|
|
URLProperty,
|
|
)
|
|
from .sspai import NewThingSchema, ProductInfoSchema # noqa: ignore
|