view chef.py @ 1009:cd0345e4001e

internal: Remove debug logging for the cache class.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 26 Nov 2017 22:21:10 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()