mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 19:44:15 +02:00
5 lines
144 B
Python
5 lines
144 B
Python
from fpakman.core.constants import CACHE_PATH
|
|
|
|
SNAP_STORE_URL = 'https://snapcraft.io'
|
|
SNAP_CACHE_PATH = '{}/snap/installed'.format(CACHE_PATH)
|