from pathlib import Path

DATA_ROOT = Path("C:/Users/dkayr/Storage Credit_Scoring/data")
DATA_ROOT.mkdir(parents=True, exist_ok=True)
