v2.py 117 B

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