File size: 238 Bytes
9dd7d9c
 
 
 
 
 
1
2
3
4
5
6
import os

# Configuration for data paths
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
DATA_DIR = os.path.dirname(os.path.abspath('../../../db/data/README.md'))
PROJECT_DIR = os.path.dirname(os.path.abspath('../../../README.md'))