view chef.py @ 294:f51b69ad09ae

docs: Add the ability to use Pygments highlighting.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 08 Mar 2015 22:58:58 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()