view chef.py @ 557:703ea5d76f33

serve: Don't crash when looking at the debug info in a stand-alone window.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 12 Aug 2015 23:20:16 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()