Files
bearhub/bauh/__init__.py
Vinicius Moreira ec614ee849 changing version
2020-08-04 11:51:11 -03:00

6 lines
156 B
Python

__version__ = '0.9.7'
__app_name__ = 'bauh'
import os
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
LOGS_PATH = '/tmp/{}/logs'.format(__app_name__)