view chef.py @ 343:741e97e63048

serve: Don't access the current render pass info after rendering is done.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 06 Apr 2015 22:49:46 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()