view chef.py @ 749:171051e1aca5

docs: Very basic theme documentation.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 09 Jun 2016 22:31:42 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()