mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
6 lines
185 B
Python
6 lines
185 B
Python
from bauh.core.constants import CACHE_PATH
|
|
|
|
FLATHUB_URL = 'https://flathub.org'
|
|
FLATHUB_API_URL = FLATHUB_URL + '/api/v1'
|
|
FLATPAK_CACHE_PATH = '{}/flatpak/installed'.format(CACHE_PATH)
|