Files
RoboGauge/robogauge/__init__.py
2025-12-30 11:15:37 +08:00

6 lines
160 B
Python

from pathlib import Path
__version__ = "1.0.0"
ROBOGAUGE_ROOT_DIR = str(Path(__file__).parents[1])
ROBOGAUGE_LOGS_DIR = str(Path(ROBOGAUGE_ROOT_DIR) / "logs")