7 lines
119 B
Python
7 lines
119 B
Python
|
|
# -*- python -*-
|
||
|
|
|
||
|
|
# typing stubs for mako
|
||
|
|
|
||
|
|
class Template(object):
|
||
|
|
def render(self, *args, **kwargs) -> str: ...
|