# 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()