view chef.py @ 1118:1dcebff866f1

docs: Add more information about the administration panel.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 25 Feb 2018 23:19:38 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()