[7fc5df]: / deidentify / __init__.py

Download this file

6 lines (3 with data), 95 Bytes

1
2
3
4
5
from pathlib import Path
__version__ = "0.7.3"
cache_root = Path(Path.home(), ".deidentify")