Files
python-client-sdk/revolt/types/embed.py
T
2021-10-17 02:47:40 +01:00

9 lines
144 B
Python
Executable File

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