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