from flask import Blueprint bp = Blueprint('data_metric', __name__) from app.api.data_metric import routes