add inference cli

This commit is contained in:
Ftps
2024-01-20 22:48:15 +09:00
parent 95d989827d
commit 6d759b4b96
13 changed files with 276 additions and 4 deletions
+13
View File
@@ -0,0 +1,13 @@
"""
setup or cleanup enviroment file
usage: rvc env [set / cleanup]
Default: [nowDir/.env]
"""
import click
@click.command()
def env():
pass