__init__.py 219 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 from flask import Blueprint bp = Blueprint('api', __name__) # 写在最后是为了防止循环导入,ping.py文件也会导入 bp from app.api import auths,users,errors,product,basedata,test,iontest,ion_calibration