view chef.py @ 1090:2e269c02ab97

page: Let sources like prose override the title.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 16 Feb 2018 00:17:36 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()