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

7 lines
93 B
Python
Raw Normal View History

from .Query import Query as _Query
class Schemas:
Query = _Query
__all__ = ["Schemas"]