view chef.py @ 1004:4f2e0136123d

cm: Upgrade invoke, add hoedown to requirements.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 21 Nov 2017 21:30:37 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()