Files
RoboGauge/robogauge/__init__.py
2025-11-28 22:08:32 +08:00

5 lines
100 B
Python

from pathlib import Path
__version__ = "0.1.0"
ROBOGAUGE_ROOT_DIR = str(Path(__file__).parents[1])