def __del__(self): if self.conn: MySQL.close(self.conn)
def __init__(self): self.conn = MySQL.conn() self.cur = self.conn.cursor()