2026-05-20 10:50:30 +00:00

5 lines
70 B
Python

from typing_extensions import Literal
ApiMode = Literal["V1", "V2"]