view chef.py @ 362:ff595828a364

Update development `requirements.txt`, add code coverage tools.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 26 Apr 2015 08:34:27 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()