AI-RVC / models /__init__.py
mason369's picture
Release v1.2.1
a9536c4 verified
# -*- coding: utf-8 -*-
"""
模型定义模块
"""
from .rmvpe import RMVPE
__all__ = ["RMVPE"]