view chef.py @ 608:8e1b38632702

admin: Show the install page if no secret key is available.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 27 Jan 2016 23:39:00 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()