Files
sunnypilot/common/basedir.py
T
github-actions[bot] 0ac85183d2 sunnypilot v2026.002.000 release
date: 2026-06-22T14:49:33
master commit: 01a843e0ac
2026-06-22 14:49:35 +00:00

5 lines
104 B
Python

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