mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
7 lines
158 B
Python
7 lines
158 B
Python
__version__ = '0.9.20'
|
|
__app_name__ = 'bauh'
|
|
|
|
import os
|
|
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
|
LOGS_PATH = '/tmp/{}/logs'.format(__app_name__)
|