v2.py 121 B

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