view chef.py @ 622:5d8e0c8cdb5f

publish: Add the `rsync` publisher.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 08 Feb 2016 20:44:38 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()