15 lines
134 B
Python
15 lines
134 B
Python
"""
|
|
Uage: rvc init
|
|
download model and setup environmmnt file
|
|
|
|
"""
|
|
import click
|
|
|
|
|
|
import click
|
|
|
|
|
|
@click.command()
|
|
def init():
|
|
pass
|