Skip to content
Snippets Groups Projects
Commit 3bd9b318 authored by Daniel CARRON's avatar Daniel CARRON :b: Committed by André Anjos
Browse files

[cli] Add info command

parent 8f49c23d
No related branches found
No related tags found
1 merge request!46Create common library
......@@ -3,6 +3,8 @@ from clapper.click import AliasedGroup
from mednet.libs.classification.scripts.cli import classification
from mednet.libs.segmentation.scripts.cli import segmentation
from .info import info
@click.group(
cls=AliasedGroup,
......@@ -15,3 +17,4 @@ def cli():
cli.add_command(classification)
cli.add_command(segmentation)
cli.add_command(info)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment