move cli and api into wrapper
This commit is contained in:
11
rvc/wrapper/cli/utils/initialize.py
Normal file
11
rvc/wrapper/cli/utils/initialize.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Uage: rvc init
|
||||
download model and setup environmmnt file
|
||||
|
||||
"""
|
||||
import click
|
||||
|
||||
|
||||
@click.command()
|
||||
def init():
|
||||
pass
|
||||
Reference in New Issue
Block a user