What is the right way to make every class that inherits from the superclass have the same functionality in python ?
The superclass doesn't implement anything, it just defines the needed functionality for the child classes to be used by functions in some app.
What is the right way to implement such a thing in Python?