Files
sunnypilot/common/basedir.py
T
github-actions[bot] 67994b5a86 sunnypilot v2026.002.000 release
date: 2026-06-23T12:13:20
master commit: 01a843e0ac
2026-06-23 12:13:21 +00:00

5 lines
104 B
Python

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