view chef.py @ 773:87f1e79d3fbe

prepare: Use the same convention as other commands with sub-commands.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 03 Jul 2016 15:56:35 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()