I have a flask app that uses SQLAlchemy to migrate and upgrade a database. The code for initializing the app looks like this:
def create_app(): app = Flas