Skip to content

Commit

Permalink
fix: added __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Aug 10, 2023
1 parent d88473a commit 350bf7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aw_notify/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from aw_notify.main import main

if __name__ == '__main__':
main()

0 comments on commit 350bf7c

Please sign in to comment.