view chef.py @ 692:c11a4339fccb

bake: Show more stats.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 21 Mar 2016 22:29:18 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()