class $Class Name$( $Parent Class$ ):
    def __init__ ( self, parent = None ):
        $Parent Class$.__init__( self, parent )
