"""Flask extensions list""" from flaskext.mysql import MySQL # type: ignore sql = MySQL(autocommit=True) exts = [sql]