
var sandecom = {version:'0.0.1'};

sandecom.Base = Class.create();

sandecom.Base.prototype = {
	
	initialize: function(){
				
	}

	
};
