mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 20:54:15 +02:00
5 lines
156 B
Python
5 lines
156 B
Python
from bauh.core.constants import CACHE_PATH
|
|
|
|
SNAP_API_URL = 'https://search.apps.ubuntu.com/api/v1'
|
|
SNAP_CACHE_PATH = '{}/snap/installed'.format(CACHE_PATH)
|