view chef.py @ 269:dbd6813fb6df

docs: Add a page explaining how PieCrust works at a high level.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 25 Feb 2015 23:10:37 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()