mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
6 lines
110 B
Python
6 lines
110 B
Python
__version__ = '0.10.1'
|
|
__app_name__ = 'bauh'
|
|
|
|
import os
|
|
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|