mirror of
https://github.com/github/codeql.git
synced 2026-07-09 13:35:38 +02:00
6 lines
87 B
Python
6 lines
87 B
Python
|
|
|
|
def mako():
|
|
from mako.template import Template
|
|
mytemplate = Template("sink")
|