mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
4 lines
170 B
Python
4 lines
170 B
Python
import os
|
|
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
|
SUGGESTIONS_FILE = 'https://raw.githubusercontent.com/vinifmor/bauh-files/master/flatpak/suggestions.txt'
|