From c06f16d0206f77c450e434f4ae5e7166897c9aa8 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 28 Jul 2025 20:33:09 -0400 Subject: [PATCH] Updated Development_Contribution (markdown) --- Development_Contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development_Contribution.md b/Development_Contribution.md index d6783f5..e7b5e0d 100644 --- a/Development_Contribution.md +++ b/Development_Contribution.md @@ -138,7 +138,7 @@ With respect to the above example: - **Putting it together**: ```python - from Apprise.plugins import NotifyMyService + from apprise.plugins.myservice import NotifyMyService import Apprise # Apprise is nothing but a manager of individual plugins