view chef.py @ 285:6e9b5530306e

docs: Still more documentation.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 02 Mar 2015 22:42:16 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()