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)