# -*- python -*- # typing stubs for mako class Template(object): def render(self, *args, **kwargs) -> str: ...