Compare commits

..

No commits in common. "060362ec09d04ac5c4219196f8bd7d8795cf115e" and "a455b46b72d7795f188909eed585c4e53804b87c" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
from pathlib import Path
base_dir = Path("data")
file_path = base_dir / "raw" / "processed.json"
file_path.mkdir(parents=True, exist_ok=True)