def run():
    pv.runpov([
        pv.incfiles(),
        #         pv.plane("y",0,"Green"),
        burners(0,0,0),
        pv.camera([0,100,-100],[0,0,0]),
        pv.lightsource([0,150,-150],"White"),
        ],"cookingrobot")
    pv.display("cookingrobot")
def run():
    pv.runpov(standardfile(),"ex3")
def run():
    pv.runpov(povfile(),"exerputer")
#     drawimage()
    c.writefile(html(),css())