view chef.py @ 263:a68e207ca406

docs: Still adding more pages.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 24 Feb 2015 22:07:11 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()