Skip to content

Commit

Permalink
Merge pull request #142 from rostyq/run-python-m
Browse files Browse the repository at this point in the history
add `__main__` file
  • Loading branch information
redacted authored Nov 27, 2023
2 parents 8f3c153 + 63d9453 commit afc8070
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xkcdpass/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from sys import argv
from .xkcd_password import main

exit(main(argv))

0 comments on commit afc8070

Please sign in to comment.