How do I avoid the "self.x = x; self.y = y; self.z = z" pattern in __init__? How do I avoid the "self.x = x; self.y = y; self.z = z" pattern in __init__? python python