Compare commits
2 Commits
a455b46b72
...
060362ec09
| Author | SHA1 | Date | |
|---|---|---|---|
| 060362ec09 | |||
| e28a2bdc67 |
@ -0,0 +1,6 @@
|
||||
from pathlib import Path
|
||||
|
||||
base_dir = Path("data")
|
||||
file_path = base_dir / "raw" / "processed.json"
|
||||
|
||||
file_path.mkdir(parents=True, exist_ok=True)
|
||||
Loading…
x
Reference in New Issue
Block a user