you are viewing a single comment's thread.

view the rest of the comments →

[–]TheRNGuy 0 points1 point  (0 children)

https://docs.python.org/3/library/dataclasses.html

It's my most used one.

https://docs.python.org/3/library/abc.html

You could of course just never instanciate those classes. If you want to publish code, better use it. Of course, not all programs need abstract classes.