| """ | |
| 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"] | |