view chef.py @ 390:3a184fbc900b

serve: Remove development assert.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 17 May 2015 08:30:19 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()