view chef.py @ 134:742009d964ef

More installation information in the README file.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 25 Nov 2014 22:36:40 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()