view chef.py @ 1187:161cba5d031a

tests: pytest deprecated API
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 15 Jun 2021 22:34:51 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()