5 lines
70 B
Python
5 lines
70 B
Python
from typing_extensions import Literal
|
|
|
|
|
|
ApiMode = Literal["V1", "V2"]
|