view chef.py @ 768:c78743b11c75

tests: Add tests for publishers.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 02 Jul 2016 01:28:16 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()