mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
4 lines
105 B
Python
4 lines
105 B
Python
from bauh.api.abstract.model import SuggestionPriority
|
|
|
|
ALL = {'google-chrome': SuggestionPriority.HIGH}
|