import { ObjectGpz } from "./interface";


function InstallEventHtml(device: Window, pads: Array<ObjectGpz>)
{
    
}

export { InstallEventHtml }
