# cob: type=blueprint mountpoint={{mountpoint}}
from flask import Blueprint

blueprint = Blueprint('{{name}}', __name__)
