File size: 350 Bytes
4b3a024 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | """
Deprecated compatibility shim.
This repo previously used `openhuman_metadb.py`; the implementation has moved to
`speakervid_metadb.py`.
"""
from __future__ import annotations
from speakervid_metadb import OpenHumanVidMetaDB, SpeakerVidMetaDB, SpeakerVidThresholds
__all__ = ["SpeakerVidMetaDB", "SpeakerVidThresholds", "OpenHumanVidMetaDB"]
|