view chef.py @ 383:44cf6ce62467

docs: Add lame bit of documentation on publishing your website.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 10 May 2015 23:34:50 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()