Files
sunnypilot/openpilot/common/basedir.py
T
github-actions[bot] 13aee3754b sunnypilot v2026.002.000 release
date: 2026-07-20T11:52:50
master commit: bae7e49626
2026-07-20 11:53:51 +00:00

5 lines
106 B
Python

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