Skip to content

Commit

Permalink
Create __main__.py
Browse files Browse the repository at this point in the history
Signed-off-by: wfxey <158351052+wfxey@users.noreply.github.com>
  • Loading branch information
wfxey committed Jul 16, 2024
1 parent 74d9327 commit 6c2aa64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diec/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .cli import cli

if __name__ == "__main__":
cli()

0 comments on commit 6c2aa64

Please sign in to comment.