mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 20:54:15 +02:00
6 lines
190 B
Python
6 lines
190 B
Python
from bauh.api.abstract.model import SuggestionPriority
|
|
|
|
ALL = {'google-chrome': SuggestionPriority.HIGH,
|
|
'lutris-git': SuggestionPriority.LOW,
|
|
'xdman': SuggestionPriority.LOW}
|