view chef.py @ 8:ff07f6d23450

Update the `requirements` file.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 16 Aug 2014 15:16:31 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()