Files
Retrieval-based-Voice-Conve…/rvc/wrapper/cli/utils/initialize.py
2024-03-07 21:50:15 +09:00

12 lines
119 B
Python

"""
Uage: rvc init
download model and setup environmmnt file
"""
import click
@click.command()
def init():
pass