Files
sspai-100-hours-series-python/projects/notion-automator/pytion/schemas/__init__.py

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