view chef.py @ 824:e01473c3ea7e

Allow page source to post-process page config at the end of page loading
author Ben Artin <ben@artins.org>
date Tue, 27 Dec 2016 04:09:38 -0500
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()