view chef.py @ 899:e52e2dd08c96

bake: Fix typo in one of the performance timers.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 23 Jul 2017 08:20:25 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()