view chef.py @ 428:f4b7c8f183a4

templating: Fix Pystache template engine.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 26 Jun 2015 23:19:55 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()