I have some class inheritance.
class A1: def __init__(self, b): self.b = b def some_A_function(): print("This is A1 function&quo