Files
bearhub/bauh/core/flatpak/constants.py
2019-08-12 11:50:24 -03:00

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)