Exemplo n.º 1
0
 def connect(self):
     con = MYSQL_C.get_connection(self.pool)
     connection = Connection(con, self.pool)
     return connection