binhnase04854's picture
first deploy
b699122
raw
history blame contribute delete
81 Bytes
from typing import Generator, Union
RESPONSE_TEXT_TYPE = Union[str, Generator]