Skip to content

Commit

Permalink
Create cache_folder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin authored Jul 27, 2024
1 parent 266927b commit 29bbe52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions evdspy/EVDSlocal/initial/cache_folder.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

from pathlib import Path

def get_cache_folder():
pickle_folder = Path.home() / ".cache" / "evdspy"
return pickle_folder

0 comments on commit 29bbe52

Please sign in to comment.