view chef.py @ 1035:1a7f3ae09c53

bake: Allow specifying which asset processors to use on a per-source basis.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 16 Jan 2018 08:40:34 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()