from flask import Blueprint bp = Blueprint('disks', __name__, template_folder='') from yasi_applets.disks import routes