Files
clearpilot/common/basedir.py
Comma Device 1ff14d346f wip
2024-05-14 08:21:27 +00:00

5 lines
104 B
Python
Executable File

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