from __future__ import annotations from typing import TYPE_CHECKING, TypedDict __all__ = ("Embed",) class Embed(TypedDict): pass # TODO