view chef.py @ 513:dce482f7c62d

docs: Use fenced code block syntax.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 26 Jul 2015 09:54:19 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()