view chef.py @ 872:3004ab31bb46

showrecord: Don't show records that don't match the given filters.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 13 Jun 2017 22:30:45 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()