Skip to content

Commit 02d3864

Browse files
authored
chore: declare usable classes in the rvc/f0 submodule (#52)
this way those modules can be used via `rvc.<MODULE_NAME>`
1 parent 83ce9a9 commit 02d3864

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rvc/f0/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
from .harvest import Harvest
66
from .pm import PM
77
from .rmvpe import RMVPE
8+
9+
__all__ = ["F0Predictor", "CRePE", "Dio", "Harvest", "PM", "RMVPE"]

0 commit comments

Comments
 (0)