This commit is contained in:
Thomas (Tom) C. Gorordo 2025-04-18 03:48:06 -07:00
parent fabb5db953
commit 4f2887214a
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
4 changed files with 15 additions and 15 deletions

View file

@ -1,9 +1,11 @@
import click
import carousel
@click.command()
def cli():
carousel.main()
if __name__ == "__main__":
cli()