Files
sunnypilot/common/basedir.py
T
github-actions[bot] d69599e89a sunnypilot v2026.04.04-4360
version: sunnypilot v2026.001.000 (feature-branch)
date: 2026-04-04T03:12:11
master commit: 70ae96fd01
2026-04-04 03:12:11 +00:00

5 lines
104 B
Python

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