예제 #1
0
파일: app.py 프로젝트: andyhorng/nanny
def templater_command_handler(args):
    templater = Templater(template=args.template)
    templater.build_template()