view chef.py @ 497:4505a1443358

docs: Make the "deploying" page consistent with "publishing".
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 23 Jul 2015 23:00:35 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()