Files
MoreTore/common/basedir.py
T
Vehicle Researcher a1af07d967 openpilot v0.11.0
2026-03-14 04:08:36 +00:00

5 lines
104 B
Python

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