view chef.py @ 103:028df35a690e 2.0.0-alpha4

Fix using `chef` outside of a website.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 15 Sep 2014 08:11:56 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()