Updated Development_Contribution (markdown)

master
Chris Caron 2025-07-06 12:19:42 -04:00
parent ed65921a73
commit 2421a9bf87
1 changed files with 2 additions and 2 deletions

@ -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