view chef.py @ 603:7e4e567377cd

cm: Put Bower/Gulp/etc. stuff all at the root.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 27 Jan 2016 20:04:52 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()