view chef.py @ 667:fc761964e1a7

docs: Use new config variants format.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 03 Mar 2016 20:23:14 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()