mirror of
https://github.com/caronc/apprise.git
synced 2024-12-04 22:11:25 +01:00
Updated DemoPlugin_Basic (markdown)
parent
f94451aef8
commit
1a9171ed2b
@ -6,8 +6,8 @@ It's very important that the filename `apprise/plugins/service.py` does not alig
|
||||
## The Code
|
||||
```python
|
||||
# -*- coding: utf-8 -*-
|
||||
from .NotifyBase import NotifyBase
|
||||
from ..AppriseLocale import gettext_lazy as _
|
||||
from .base import NotifyBase
|
||||
from ..locale import gettext_lazy as _
|
||||
from ..common import NotifyType
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user