Files
bearhub/bauh/__init__.py
Vinícius Moreira b9ed2cf4c1 sketch
2019-12-09 19:30:27 -03:00

6 lines
109 B
Python

__version__ = '0.8.0'
__app_name__ = 'bauh'
import os
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))