Spaces:
Runtime error
Runtime error
File size: 81 Bytes
b699122 |
1 2 3 4 5 |
from typing import Generator, Union
RESPONSE_TEXT_TYPE = Union[str, Generator]
|