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