Files
MoreTore/common/basedir.py
T
Vehicle Researcher 74ee5a3ad8 openpilot v0.10.3
2025-12-19 07:27:22 +00:00

5 lines
104 B
Python

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