view chef.py @ 465:b6e797463798

Merge pull request #19 from GitHub.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 11 Jul 2015 20:33:55 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()