view chef.py @ 129:3080b6d02f40

Add ability for the processing pipeline to only process new assets.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 15 Nov 2014 16:03:24 +0100
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()