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

15 lines
134 B
Python

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