from flask import Blueprint blueprint = Blueprint('endpoints', __name__) from . import endpoints