class Parent: def show(self): ... class Child(Parent): def show(self): ...