var lysearch = $.inherit(Module, {
    __constructor: function(elem) { 
        this.__base(elem);
    }
});


