from flask import Blueprint blueprint = Blueprint('attract', __name__) @blueprint.route('/jemoeder') def jemoeder(): return 'je moeder'