Files
bearhub/fpakman/core/snap/constants.py
2019-07-25 16:55:49 -03:00

5 lines
159 B
Python

from fpakman.core.constants import CACHE_PATH
SNAP_API_URL = 'https://search.apps.ubuntu.com/api/v1'
SNAP_CACHE_PATH = '{}/snap/installed'.format(CACHE_PATH)