Passed
Pull Request — dev (#30)
by Shlomi
02:34
created

responsibly.cli   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 1
Duplicated Lines 0 %

Importance

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