mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-12 20:42:13 -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
|
||||
|
||||
@click.command()
|
||||
def cmd():
|
||||
def cli():
|
||||
carousel.main()
|
||||
|
||||
if __name__ == "__main__":
|
||||
cmd()
|
||||
cli()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue