screenshot-to-code/backend/custom_types.py
2024-07-09 12:53:07 -04:00

9 lines
90 B
Python

from typing import Literal
InputMode = Literal[
"image",
"video",
"text",
]