1 2 3 4
from pathlib import Path DATA_DIRNAME = Path(__file__).resolve().parents[2] / "data" DOWNLOADED_DATA_DIRNAME = DATA_DIRNAME / "downloded"