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