view chef.py @ 252:751f3b508bf1

docs: Documentation on website structure.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 21 Feb 2015 09:11:30 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()