from flask import Blueprint bp = Blueprint('pdc_db', __name__) bp.cli.short_help ="Database utilities for pdc app" from . import commands