Files
sunnypilot/openpilot/common/basedir.py
T
github-actions[bot] 3e87c0fd46 sunnypilot v2026.003.000
version: sunnypilot v2026.003.000 (staging)
date: 2026-09-03T14:24:40
master commit: 132b31f4cf
2026-09-03 14:24:40 +00:00

5 lines
106 B
Python

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