e
This commit is contained in:
parent
00000d94a2
commit
00000d9a95
12 changed files with 160 additions and 55 deletions
|
|
@ -45,4 +45,6 @@ def load_cache(
|
|||
|
||||
|
||||
def write_cache(file: Path, data: dict) -> None:
|
||||
file.parent.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
file.write_text(json.dumps(data, indent=2), encoding="utf-8")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue