view chef.py @ 410:d1a472464e57

markdown: Cache the formatter once.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 30 May 2015 15:41:52 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()