示例#1
0
文件: app.py 项目: andyhorng/nanny
def templater_command_handler(args):
    templater = Templater(template=args.template)
    templater.build_template()