Initial version of data minimization

This commit is contained in:
abigailt 2021-07-12 14:59:24 +03:00
parent 60d48ab388
commit b6ea416bcb
7 changed files with 857 additions and 8 deletions

View file

@ -3,6 +3,7 @@ The AI Privacy Toolbox (apt).
"""
from apt import anonymization
from apt import minimization
from apt import utils
__version__ = "0.0.2"
__version__ = "0.0.3"