|
|
@ -9,5 +9,6 @@ UnionType = getattr(types, "UnionType", Union) |
|
|
ModelNameMap = Dict[Union[Type[BaseModel], Type[Enum]], str] |
|
|
ModelNameMap = Dict[Union[Type[BaseModel], Type[Enum]], str] |
|
|
IncEx = Union[Set[int], Set[str], Dict[int, Any], Dict[str, Any]] |
|
|
IncEx = Union[Set[int], Set[str], Dict[int, Any], Dict[str, Any]] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class FFQuery(Dict[str, Union[str, IncEx]]): |
|
|
class FFQuery(Dict[str, Union[str, IncEx]]): |
|
|
pass |
|
|
pass |
|
|
|