view chef.py @ 631:01120d172802

docs: Add documentation about FoodTruck.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 08 Feb 2016 23:34:45 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()