mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-05-18 13:55:13 +02:00
Fix most flake/lint errors and ignore a few others Signed-off-by: abigailt <abigailt@il.ibm.com>
9 lines
143 B
Python
9 lines
143 B
Python
"""
|
|
The AI Privacy Toolbox (apt).
|
|
"""
|
|
|
|
from apt import anonymization
|
|
from apt import minimization
|
|
from apt import utils
|
|
|
|
__version__ = "0.1.0"
|