view chef.py @ 695:0c688063890f

formatting: Don't import `hoedown` until we need it.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 23 Mar 2016 10:53:30 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()