view chef.py @ 1029:41f4f8dfa42d

cm: Update Inukshuk for Python 3.4 compatibility.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 27 Dec 2017 13:25:39 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()