view chef.py @ 163:6d23473fab41

sources: Add `chef sources` command to list page sources.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 01 Jan 2015 21:21:00 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()