Class constants in python
In python, I want a class to have some “constants” (practically, variables) which will be common in all subclasses. Is there a way to do it with friendly syntax? Right now I use: and I’m wondering if there is a better way to do it or a way to do it without then having to … Read more