Files
Retrieval-based-Voice-Conve…/rvc/cli/utils/initialize.py
T
2024-01-21 01:15:44 +09:00

12 lines
119 B
Python

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