from flask import Blueprint, render_template, request, jsonify bp = Blueprint('api_v2', __name__, url_prefix='/api/v2')