def __init__(self): mysql = MySQL() mysql.init_app(app) self.conn = mysql.connect() self.cursor = self.conn.cursor()