Files
sunnypilot/openpilot/common/basedir.py
T
github-actions[bot] e45bdf10ac sunnypilot v2026.09.06-4860
version: sunnypilot v2026.003.000 (dev)
date: 2026-09-06T03:27:37
master commit: 6135084c94
2026-09-06 03:27:37 +00:00

5 lines
106 B
Python

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