Functions.Templates/Templates-v2/DurableFunctionsEntityTrigger-Python/blueprint.py (4 lines of code) (raw):
# Register this blueprint by adding the following line of code
# to your entry point file.
# app.register_functions($(BLUEPRINT_FILENAME))
#
# Please refer to https://aka.ms/azure-functions-python-blueprints
import json
import azure.functions as func
import logging
$(BLUEPRINT_FILENAME) = func.Blueprint()