view chef.py @ 152:8d956bd94ad2

Better combine user sources/routes with the default ones.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 04 Dec 2014 12:49:35 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()