mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
5 lines
93 B
Python
5 lines
93 B
Python
import os
|
|
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
|
BUILD_DIR = '/tmp/bauh/aur'
|
|
|