diff --git a/volatility3/framework/plugins/renderers/__init__.py b/volatility3/framework/plugins/renderers/__init__.py new file mode 100644 index 000000000..f9099056b --- /dev/null +++ b/volatility3/framework/plugins/renderers/__init__.py @@ -0,0 +1,8 @@ +# This file is Copyright 2025 Volatility Foundation and licensed under the Volatility Software License 1.0 +# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 +# +"""All core renderer plugins. + +These modules should only be imported from volatility3.plugins NOT +volatility3.framework.plugins +"""