Ejemplo n.º 1
0
 def __init__(self, book_content):
     self.__content = book_content
     Add.__init__(self, self.__content)
     Edit.__init__(self, self.__content)
Ejemplo n.º 2
0
 def __init__(self, content):
     self.__content = content
     Add.__init__(self, self.__content)
     Edit.__init__(self, self.__content)