Migrating from Flask - APIFlask
https://apiflask.com/migratingYou only need to import APIFlask, APIBlueprint, and other utilities APIFlask provides from the apiflask package. For others, you still import them from the flask package: from apiflask import APIFlask, APIBlueprint from flask import request, escape, render_template, g, session, url_for APIFlask's abort () vs Flask's abort () ¶