@serde @dataclass class Foo: i: int l: list[str] t: tuple[int, float, str, bool] d: dict[str, list[tuple[str, int]]] o: Optional[str] nested: Bar.
確定! 回上一頁