Комиксы/brain meme, мозг, brain/Комикс мем: "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]" Комикс мем: "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]"