Skip to content

Commit

Permalink
Merge pull request #33 from jaraco/feature/runpy-invoke
Browse files Browse the repository at this point in the history
Allow invocation via runpy (python -m goto_http_redirect_server).
  • Loading branch information
jtmoon79 committed Jul 11, 2020
2 parents a800891 + 4922479 commit 4d87ef9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions goto_http_redirect_server/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from goto_http_redirect_server import goto_http_redirect_server


if __name__ == '__main__':
goto_http_redirect_server.main()

0 comments on commit 4d87ef9

Please sign in to comment.