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