--- a +++ b/deidentify/__init__.py @@ -0,0 +1,5 @@ +from pathlib import Path + +__version__ = "0.7.3" + +cache_root = Path(Path.home(), ".deidentify")