feat: pathlib exercise
This commit is contained in:
parent
a455b46b72
commit
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