mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 07:04:16 +02:00
12 lines
390 B
Python
12 lines
390 B
Python
from bauh.api.abstract.model import SuggestionPriority
|
|
|
|
ALL = {
|
|
'onlyoffice': SuggestionPriority.HIGH,
|
|
'gamehub': SuggestionPriority.HIGH,
|
|
'rpcs3': SuggestionPriority.HIGH,
|
|
'postman': SuggestionPriority.MEDIUM,
|
|
'etcher': SuggestionPriority.MEDIUM,
|
|
'nosqlbooster': SuggestionPriority.LOW,
|
|
'emcas': SuggestionPriority.LOW,
|
|
'azpianter': SuggestionPriority.LOW
|
|
} |