diegojromerolopez / gelidum

Freeze your objects in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What happens if a dataclass object is frozen?

diegojromerolopez opened this issue · comments

It should return the same dataclass object as they are already frozen.

Already tested in #34. It is working fine.