mirror of https://github.com/caronc/apprise
Updated Development_Contribution (markdown)
parent
ed65921a73
commit
2421a9bf87
|
@ -37,8 +37,8 @@ It basically boils down to this:
|
||||||
```python
|
```python
|
||||||
# plugins/foorbar.py might look like:
|
# plugins/foorbar.py might look like:
|
||||||
|
|
||||||
from .NotifyBase import NotifyBase
|
from .base import NotifyBase
|
||||||
from ..AppriseLocale import gettext_lazy as _
|
from ..locale import gettext_lazy as _
|
||||||
|
|
||||||
class NotifyFooBar(NotifyBase):
|
class NotifyFooBar(NotifyBase):
|
||||||
# Define a human readable description of our object
|
# Define a human readable description of our object
|
||||||
|
|
Loading…
Reference in New Issue