view chef.py @ 373:9fb7c4921d75

setup: Keep the requirements in sync between `setuptools` and `pip`.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 07 May 2015 21:36:17 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()