Comics/brain meme, brain, brain/Сomics meme: "wto_params: list[dict[str, int | float]] class WTOParams(BaseModel):
wto_factor: float
wto_period_1: int
wto_period_2: int
wto_params: list[WTOParams] class WTOParams(BaseModel):
wto_factor: float
wto_period_1: Annotated[int, confloat(gt=0)]
wto_period_2: Annotated[int, confloat(gt=0)]
wto_params: list[WTOParams]" Сomics meme: "wto_params: list[dict[str, int | float]] class WTOParams(BaseModel):
wto_factor: float
wto_period_1: int
wto_period_2: int
wto_params: list[WTOParams] class WTOParams(BaseModel):
wto_factor: float
wto_period_1: Annotated[int, confloat(gt=0)]
wto_period_2: Annotated[int, confloat(gt=0)]
wto_params: list[WTOParams]"