summaryrefslogtreecommitdiff
path: root/jinja2-compat/src/jinja2/nativetypes.py
diff options
context:
space:
mode:
Diffstat (limited to 'jinja2-compat/src/jinja2/nativetypes.py')
-rw-r--r--jinja2-compat/src/jinja2/nativetypes.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/jinja2-compat/src/jinja2/nativetypes.py b/jinja2-compat/src/jinja2/nativetypes.py
new file mode 100644
index 0000000..60e5705
--- /dev/null
+++ b/jinja2-compat/src/jinja2/nativetypes.py
@@ -0,0 +1,3 @@
+from . import _export_jinja
+
+_export_jinja("nativetypes", globals())