assume i have a class from library:
class A: def foo(): pass def bar(): pass class B(A): def anotherFunction(): pass
and i hav