Files
bearhub/bauh/gems/flatpak/__init__.py
2020-01-11 18:10:07 -03:00

7 lines
260 B
Python

import os
from pathlib import Path
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
SUGGESTIONS_FILE = 'https://raw.githubusercontent.com/vinifmor/bauh-files/master/flatpak/suggestions.txt'
CONFIG_FILE = '{}/.config/bauh/flatpak.yml'.format(Path.home())