common

bojaxns.common

Module Contents

class FloatValue[source]

Bases: pydantic.BaseModel

type: Literal[float] = 'float'[source]
value: float[source]
class IntValue[source]

Bases: pydantic.BaseModel

type: Literal[int] = 'int'[source]
value: int[source]
ParamValues[source]
UValue[source]