Files
Retrieval-based-Voice-Conve…/rvc/cli/utils/initialize.py
2024-01-20 22:48:15 +09:00

15 lines
140 B
Python

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