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

7 lines
108 B
Python
Raw Normal View History

from .RichText import RichText as _RichText
class Schemas:
RichText = _RichText
__all__ = ["Schemas"]