view chef.py @ 755:f9d926669d7a

chef: Make all the commands descriptions fit in one line.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 25 Jun 2016 17:00:08 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()