Ejemplo n.º 1
0
 def __init__(self, db):
     self.cx = MySQLdb.connect(db=db)
     self.plotter = BookPlotter(self.cx)