mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +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"]
|