I was wondering if it would be possible to allow subclassing a dataclass without automatically including its fields in Subclass.__init__ (in some sense, hiding the inherited fields). Perhaps a ...
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.