view chef.py @ 423:f4f5685019a2

render: Lazily import Textile package.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 25 Jun 2015 08:31:24 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()