Vanta / vanta /__init__.py
Komalpreet Kaur
Initial deploy: Vanta TSE backend (FastAPI + trained checkpoint)
32de4f6 unverified
raw
history blame contribute delete
242 Bytes
"""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"