mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
7 lines
188 B
Python
7 lines
188 B
Python
import os
|
|
|
|
from bauh.api.constants import HOME_PATH
|
|
|
|
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
|
INSTALLATION_PATH = '{}/.local/share/bauh/appimage/installed/'.format(HOME_PATH)
|