diff --git a/src/jinja2/__init__.py b/src/jinja2/__init__.py index bfa6b2528..5e9a3063f 100644 --- a/src/jinja2/__init__.py +++ b/src/jinja2/__init__.py @@ -26,6 +26,7 @@ from .runtime import DebugUndefined as DebugUndefined from .runtime import make_logging_undefined as make_logging_undefined from .runtime import StrictUndefined as StrictUndefined +from .runtime import NeverUndefined as NeverUndefined from .runtime import Undefined as Undefined from .utils import clear_caches as clear_caches from .utils import is_undefined as is_undefined