diff --git a/addons/web_notify/__init__.py b/addons/web_notify/__init__.py new file mode 100644 index 0000000..6a954cb --- /dev/null +++ b/addons/web_notify/__init__.py @@ -0,0 +1,4 @@ +# pylint: disable=missing-docstring +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). + +from . import models