diff options
Diffstat (limited to 'libs/apprise/common.pyi')
-rw-r--r-- | libs/apprise/common.pyi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libs/apprise/common.pyi b/libs/apprise/common.pyi new file mode 100644 index 000000000..769573185 --- /dev/null +++ b/libs/apprise/common.pyi @@ -0,0 +1,15 @@ +class NotifyType: + INFO: NotifyType + SUCCESS: NotifyType + WARNING: NotifyType + FAILURE: NotifyType + +class NotifyFormat: + TEXT: NotifyFormat + HTML: NotifyFormat + MARKDOWN: NotifyFormat + +class ContentLocation: + LOCAL: ContentLocation + HOSTED: ContentLocation + INACCESSIBLE: ContentLocation
\ No newline at end of file |