view chef.py @ 955:a4f1eafd1964

admin: Show more info from the publishing process.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 05 Oct 2017 21:31:11 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()