view chef.py @ 733:40aaec6d1d85

tests: Add some tests for blog archives and multi-blog features.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 01 Jun 2016 22:11:51 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()