view chef.py @ 37:afcfecd3bf92

Don't look at theme sources in `chef prepare`.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 20 Aug 2014 23:24:04 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()