view chef.py @ 914:d91e013b586a

serve: Fix crash when displaying empty dictionaries in the debug info.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 11 May 2017 13:21:41 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()