mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
6 lines
188 B
Python
6 lines
188 B
Python
from fpakman.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)
|