Skip to content

Commit

Permalink
Merge pull request #28 from techtonik/patch-1
Browse files Browse the repository at this point in the history
Add __main__.py
  • Loading branch information
dhellmann committed Feb 19, 2016
2 parents ff3fd54 + 0f55f31 commit becb051
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions smiley/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import sys

from smiley.app import main

if __name__ == '__main__':
sys.exit(main(sys.argv[1:]))

0 comments on commit becb051

Please sign in to comment.