class A(object): def __init__(self, x): # <- Has argument x self.x = x