view chef.py @ 947:a85b2827ba1a

prepare: Fix old API calls.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 05 Oct 2017 00:25:10 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()