mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
8 lines
164 B
Python
8 lines
164 B
Python
import os
|
|
|
|
from bauh import __app_name__, __version__
|
|
|
|
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
|
|
|
__all__ = ["__app_name__", "__version__", "ROOT_DIR"]
|