view chef.py @ 512:32612333a367

docs: Add some syntax highlighting to tutorial pages.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 26 Jul 2015 09:53:59 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()