view chef.py @ 919:725744a4c42d

serve: Fix previewing articles from the administration panel.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 29 Sep 2017 08:44:21 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()