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

7 lines
93 B
Python
Raw Normal View History

from .Error import Error as _Error
class Schemas:
Error = _Error
__all__ = ["Schemas"]