Action is now a frozen data class. All properties of Action now have type hints, and __slots__ are used for properties without default values (that is, name).
Action is now a frozen data class. All properties of Action now have type hints, and __slots__ are used for properties without default values (that is, name).