class MyClass: def __init__(self, a, b): self.a, self.b = a, b