view chef.py @ 1059:292e3a1316d8

serve: Fix crash when editing `config.yml` while serving.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 13 Feb 2018 11:11:48 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()