File size: 262 Bytes
5ecde30
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import sys
import os

# Add the parent directory to the system path
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))

# Now you can import BASEDIR from import_Path
from import_Path import BASE_DIR

BaseDir = BASE_DIR
print(BaseDir)