view chef.py @ 664:8da29a497f61

docs: Add information on more global `chef` options.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 02 Mar 2016 20:46:00 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()