blob: b1358761a08e903ac6b39b75bd4c2d9f5cde2d85 [file] [log] [blame]
__author__ = 'ktisha'
class Child(Base):
def __init__(self):
super(Child, self).__init__()
def <caret>f(self):
test = 1