view chef.py @ 1006:58ef814cc83e

formatting: Replace `python-hoedown` with `misaka`.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 25 Nov 2017 22:37:46 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()