view chef.py @ 1102:d7363be3a6d8

cm: Add pipenv stuff.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 17 Feb 2018 15:09:04 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()