diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-06-16 16:43:59 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-06-16 16:43:59 +0700 |
| commit | ad3677ba03880180873f27ac18ba841b81b2db14 (patch) | |
| tree | 27583b6e5e9c52286e2ceb2761e5c1e9fe0f5e47 /web_notify/__init__.py | |
| parent | e6e43d9e597551be2f8a1bad3fe400b60c102361 (diff) | |
Add web_notify addons
Diffstat (limited to 'web_notify/__init__.py')
| -rw-r--r-- | web_notify/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web_notify/__init__.py b/web_notify/__init__.py new file mode 100644 index 0000000..3379be9 --- /dev/null +++ b/web_notify/__init__.py @@ -0,0 +1,4 @@ +# pylint: disable=missing-docstring +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from . import models |
