view chef.py @ 1083:35937f8a52b1

docs: Make the "code" section show up correctly in navigation.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 15 Feb 2018 22:23:49 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()