'use strict';
/**
 * @module br/presenter/workbench/ui/PresenterModelTree
 */
/**
 * This empty constructor is necessary to maintain backwards compatibility for Workbenches constructed before BladeRunnerJS v0.12.
 * 
 * @deprecated
 * @class
 * @alias module:br/presenter/workbench/ui/PresenterModelTree
 */
function PresenterModelTree() {
}
module.exports = PresenterModelTree;