Files
sdk-notion/notion/schemas/responses/pages/__init__.py
T

9 lines
153 B
Python
Raw Normal View History

from .Page import Page as _Page
from .Parent import Parent as _Parent
class Schemas:
Page = _Page
Parent = _Parent
__all__ = ["Schemas"]