super().__init__()
# During single inheritance super().__init__() # During multiple inheritance ParentClassName.__init__(self)