view chef.py @ 44:a62452ab5080

Correctly set the `debug` flag on the app.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 21 Aug 2014 22:52:18 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()