view chef.py @ 188:31eaffd0afd7

build: Add `pystache` to `requirements.txt`.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 04 Jan 2015 15:58:37 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()