7 lines
52 B
Python
7 lines
52 B
Python
import click
|
|
|
|
|
|
@click.command()
|
|
def uvr():
|
|
pass
|