Updated DemoPlugin_Basic (markdown)

Chris Caron 2024-05-24 21:12:51 -04:00
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