Skip to content

Commit

Permalink
Revert "Remove manage file"
Browse files Browse the repository at this point in the history
This reverts commit c558120.
  • Loading branch information
yuvadm committed May 17, 2024
1 parent 026e371 commit db1ce63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manage.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import click

from cli import cli

cli = click.CommandCollection(sources=[cli])

if __name__ == "__main__":
cli()

0 comments on commit db1ce63

Please sign in to comment.