from flask import Blueprint, request

from functions.Response import sendResponse

imageBlueprint = Blueprint("images", __name__)
