manager classes accessible from apprise base

This commit is contained in:
Chris Caron
2024-05-19 15:25:01 -04:00
parent e98f65790c
commit 286a4374c0
13 changed files with 22 additions and 17 deletions

View File

@ -28,8 +28,8 @@
from itertools import chain
from importlib import import_module, reload
from apprise.manager_plugins import NotificationManager
from apprise.manager_attachment import AttachmentManager
from apprise import NotificationManager
from apprise import AttachmentManager
import sys
import re