class MyClass: """ Attributes: a1: a1 doc a2: a2 doc """ def __init__(self): """""" self.a1 = 0 self.a2 = 0