1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 09:10:25 +08:00

chore: declare usable classes in the rvc/f0 submodule (#52)

this way those modules can be used via `rvc.<MODULE_NAME>`
This commit is contained in:
Alex Murkoff
2024-06-14 17:50:51 +07:00
committed by GitHub
parent 83ce9a9903
commit 02d3864342

View File

@@ -5,3 +5,5 @@ from .dio import Dio
from .harvest import Harvest
from .pm import PM
from .rmvpe import RMVPE
__all__ = ["F0Predictor", "CRePE", "Dio", "Harvest", "PM", "RMVPE"]