mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
5 lines
143 B
Python
5 lines
143 B
Python
|
"""Data anonymizer package"""
|
||
|
from langchain_experimental.data_anonymizer.presidio import PresidioAnonymizer
|
||
|
|
||
|
__all__ = ["PresidioAnonymizer"]
|