From 02d3864342f0bf16f97ec5b89166709b03f58c95 Mon Sep 17 00:00:00 2001 From: Alex Murkoff <413x1nkp@gmail.com> Date: Fri, 14 Jun 2024 17:50:51 +0700 Subject: [PATCH] chore: declare usable classes in the rvc/f0 submodule (#52) this way those modules can be used via `rvc.` --- rvc/f0/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rvc/f0/__init__.py b/rvc/f0/__init__.py index 40ea83c..bdab561 100644 --- a/rvc/f0/__init__.py +++ b/rvc/f0/__init__.py @@ -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"] \ No newline at end of file