In Guppy V1 structs are mutable by default and can be made immutable with `frozen=True` just like Python dataclasses.
In Guppy V1 structs are mutable by default and can be made immutable with
frozen=Truejust like Python dataclasses.