view chef.py @ 707:5f552aedd918

bake: Don't clean the `baker` cache on a force bake. This lets the user access their previous bake records.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 25 Mar 2016 23:35:56 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()