define([], function(){

var Tools = {
    STL: Nyaplot.STL,
    _: Nyaplot._,
    uuid: Nyaplot.uuid,
    Manager: Nyaplot.Manager
};

return Tools;

});