mirror of
https://github.com/github/codeql.git
synced 2026-01-05 02:30:19 +01:00
6 lines
87 B
Python
6 lines
87 B
Python
|
|
|
|
def mako():
|
|
from mako.template import Template
|
|
mytemplate = Template("sink")
|