mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 12:04:15 +02:00
gem selector sketch
This commit is contained in:
13
bauh/gems/snap/suggestions.py
Normal file
13
bauh/gems/snap/suggestions.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from bauh.api.abstract.model import SuggestionPriority
|
||||
|
||||
ALL = {
|
||||
'whatsdesk': SuggestionPriority.TOP,
|
||||
'slack': SuggestionPriority.HIGH,
|
||||
'discord': SuggestionPriority.HIGH,
|
||||
'yakyak': SuggestionPriority.MEDIUM,
|
||||
'instagraph': SuggestionPriority.MEDIUM,
|
||||
'gimp': SuggestionPriority.MEDIUM,
|
||||
'pycharm-professional': SuggestionPriority.LOW,
|
||||
'eclipse': SuggestionPriority.LOW,
|
||||
'supertuxkart': SuggestionPriority.LOW
|
||||
}
|
||||
Reference in New Issue
Block a user