from flask import Blueprint internal_bp = Blueprint('internal', __name__, url_prefix='/internal') from . import routes #noqa