mirror of https://github.com/caronc/apprise
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
|
## The Code
|
||||||
```python
|
```python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from .NotifyBase import NotifyBase
|
from .base import NotifyBase
|
||||||
from ..AppriseLocale import gettext_lazy as _
|
from ..locale import gettext_lazy as _
|
||||||
from ..common import NotifyType
|
from ..common import NotifyType
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue