view chef.py @ 376:21687b933193

serve: Add a WSGI utility module for easily getting a default app. This makes it easy to run Gunicorn from the command-line using the Gunicorn script instead of the `chef serve` command.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 07 May 2015 22:47:44 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()