7 lines
54 B
Python
7 lines
54 B
Python
import click
|
|
|
|
|
|
@click.command()
|
|
def train():
|
|
pass
|