Files

6 lines
82 B
Python

__author__ = 'ktisha'
class Child(Base):
def f(self):
print self.f()