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
# plugins/foorbar.py might look like:
from .NotifyBase import NotifyBase
from ..AppriseLocale import gettext_lazy as _
from .base import NotifyBase
from ..locale import gettext_lazy as _
class NotifyFooBar(NotifyBase):
# Define a human readable description of our object