mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-15 12:14:51 +08:00
15 lines
No EOL
317 B
Python
15 lines
No EOL
317 B
Python
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 |