Files
sunnypilot/openpilot/common/basedir.py
T
github-actions[bot] 08e4e3b2d2 sunnypilot v2026.003.000 release
date: 2026-09-02T13:32:21
master commit: 47db84ebfb
2026-09-02 13:32:22 +00:00

5 lines
106 B
Python

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