5 lines
96 B
Python
5 lines
96 B
Python
from pathlib import Path
|
|
|
|
__version__ = "0.1.0"
|
|
ROBOGAUGE_ROOT_DIR = str(Path(__file__).parent)
|