Dec. 13, 2021
10:13 p.m.
I know this isn't a common use case but why does the transformer not work on regular classes? With the added support for __init_subclass__ and __set_name__ I see no reason why someone shouldn't be able to make a dataclass-like class without the need for a metaclass.