Files
sunnypilot/common/basedir.py
T
github-actions[bot] 4df823fc5a sunnypilot v2026.002.000 release
date: 2026-06-19T12:54:05
master commit: 01a843e0ac
2026-06-19 12:54:06 +00:00

5 lines
104 B
Python

import os
BASEDIR = os.path.abspath(os.path.join(os.path.dirname(os.path.realpath(__file__)), "../"))