#!/usr/bin/env python3
from kubetemp.cli import _render_template


if __name__ == '__main__':
    _render_template()
