view chef.py @ 1089:a4d7ff2cdc5c

sources: Update prose source to correctly use the new source API.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 16 Feb 2018 00:14:27 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()