Bopytex/example/mapytex/bopytex_config.py

8 lines
118 B
Python

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