from quart import Blueprint
#定义模块
api = Blueprint('api',__name__)
from . import user,system,viedo,channel,model,warn