from flask import Blueprint from decorators import api_wrapper blueprint = Blueprint("admin", __name__)