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