Files
MoreTore/common/basedir.py
T
Vehicle Researcher 551d088497 openpilot v0.10.0
2025-09-22 21:17:34 -07:00

5 lines
104 B
Python

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