File size: 147 Bytes
4afdea8 |
1 2 3 4 5 6 |
from pathlib import Path
# Get the project base directory
BASE_DIR = Path(__file__).resolve().parent
print(f"Project base directory: {BASE_DIR}") |
4afdea8 |
1 2 3 4 5 6 |
from pathlib import Path
# Get the project base directory
BASE_DIR = Path(__file__).resolve().parent
print(f"Project base directory: {BASE_DIR}") |