Files
StarPilot/common/basedir.py
T
2025-02-03 04:47:57 -07:00

5 lines
104 B
Python
Executable File

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