view chef.py @ 509:0f777870fbaf

docs: Configure fenced code blocks in Markdown with Pygments highlighting.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 26 Jul 2015 09:47:33 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()