mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-14 21:32:14 -07:00
tidying
This commit is contained in:
parent
9288548a11
commit
fabb5db953
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ import click
|
||||||
import carousel
|
import carousel
|
||||||
|
|
||||||
@click.command()
|
@click.command()
|
||||||
def cmd():
|
def cli():
|
||||||
carousel.main()
|
carousel.main()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
cmd()
|
cli()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue