view chef.py @ 71:79f14718ffec

Ignore `setuptools` build directory.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 30 Aug 2014 09:46:29 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()