dump1090-fa/starch/stubs/mako/template.pyi

7 lines
119 B
Python

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