view chef.py @ 366:81d2fd526c82

sources: Default source lists pages in order.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 03 May 2015 18:40:38 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()