__init__.py 109 B

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