diff options
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 |
