from quart import Blueprint #定义模块 api = Blueprint('api',__name__) from . import user,task,wsm,system