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