view chef.py @ 580:c7ac7dc2fe73

bake: Add option to bake assets for FoodTruck. This is likely temporary.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 30 Dec 2015 14:47:23 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()