1 import web 2 3 -class SearchByHardwareView: 4 - def GET(self): 5 return web.ctx.render.plugins.hardware_inventory.searchbyhardware("yeahh") 6