screenshot-to-code/backend/custom_types.py
2024-03-07 14:59:26 -05:00

8 lines
78 B
Python

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