#!/usr/bin/python # -*- coding=utf-8 -*- # @Create Time: 2024-01-12 11:25:13 # @Last Modified time: 2024-01-12 16:42:18 from flask import Blueprint api = Blueprint('api', __name__)