[appimage] suggestions

This commit is contained in:
Vinicius Moreira
2019-10-14 15:16:15 -03:00
parent d4e1f84e52
commit ae7c914d13
3 changed files with 35 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
from bauh.api.abstract.model import SuggestionPriority
ALL = {
'gamehub': SuggestionPriority.HIGH,
'rpcs3': SuggestionPriority.HIGH,
'postman': SuggestionPriority.MEDIUM,
'etcher': SuggestionPriority.MEDIUM,
'nosqlbooster': SuggestionPriority.LOW,
'emcas': SuggestionPriority.LOW,
'azpianter': SuggestionPriority.LOW
}