view chef.py @ 1076:2b2872bcff1f

docs: Add information about common file-system sources' configurations.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 15 Feb 2018 18:36:48 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()