Bopytex/example/mapytex/bopytex_config.py

8 lines
118 B
Python
Raw Normal View History

from mapytex import Expression
from bopytex.jinja2_env.texenv import texenv
jinja2 = {
"environment": texenv,
}