Passed
Push — master ( 74b3c9...de29dc )
by Shlomi
01:48
created

ethically.cli.main()   A

Complexity

Conditions 1

Size

Total Lines 3
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 3
nop 0
dl 0
loc 3
rs 10
c 0
b 0
f 0
1
# """A sample CLI."""
2
#
3
# import click
4
#
5
#
6
# @click.command()
7
# def main():
8
#     click.echo('http://docs.ethically.ai')
9
#
10
#
11
# if __name__ == '__main__':  # pragma: no cover
12
#     main()
13