temp_dataset / metadb_code /openhuman_metadb.py
xingzhaohu's picture
Initial upload
4b3a024 verified
raw
history blame contribute delete
350 Bytes
"""
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"]