view chef.py @ 449:30f2c2a595f5

serve: Use Werkzeug's HTTP exceptions correctly.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 06 Jul 2015 21:27:26 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()