view chef.py @ 257:e6ae65212c32

cosmetic: PEP8 compliance.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 22 Feb 2015 22:02:28 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()