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