__author__ = 'ktisha' class Child(Base): def __init__(self): super(Child, self).__init__() def f(self, ): test = 1