from flask import Blueprint


api = Blueprint('<%= apiModule %>', __name__)


# Import any endpoints here to make them available
#from . import dis_endpoint, dat_endpoint
