Skip to content

Commit

Permalink
Merge pull request #5 from ColCarroll/execute-as-module
Browse files Browse the repository at this point in the history
Add ability to execute as a module
  • Loading branch information
ColCarroll committed Nov 7, 2017
2 parents eb294dd + e7896ff commit 0320e4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions callisto/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import sys
from callisto.callisto import cli

sys.exit(cli())

0 comments on commit 0320e4e

Please sign in to comment.