mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
9 lines
151 B
Python
9 lines
151 B
Python
from mako.template import Template
|
|
from mako import template
|
|
import mako
|
|
|
|
|
|
Template("hello")
|
|
|
|
mako.template.Template("hern")
|
|
template.Template("hern")
|