"""Vanta: Target Speaker Extraction.""" # Install compatibility patches at import time so any script that imports # anything from `vanta` picks them up automatically. from vanta import _compat as _compat # noqa: F401 __version__ = "0.1.0"