#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import os
from sesame import build_template_tool

if __name__ == "__main__":
    builder = build_template_tool.get_builder()
    builder.run()
