File size: 242 Bytes
32de4f6
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""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"