view chef.py @ 268:f8601540caff

Use the site root for docs assets.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 25 Feb 2015 13:06:58 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()