view chef.py @ 878:313db67cfc35

bake: Use the basic Python queue again.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 15 Jun 2017 22:16:34 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()