class MyClass: """ :ivar attr: attr description """ def __init__(self): self.attr = 0