You need to write 'self' in the arguments for functions.
def fun(): should be def fun(self):
def fun():
def fun(self):