view chef.py @ 299:88bffd469b04

sources: Make sure page sources have some basic config info they need.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 11 Mar 2015 23:47:14 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()