Skip to content

Commit

Permalink
Merge pull request #268 from andrewleech/add_main
Browse files Browse the repository at this point in the history
Add __main__ file to simplify running from source
  • Loading branch information
theotherjimmy authored May 8, 2018
2 parents 56baa5b + 3db2540 commit e3bbc05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mbed_greentea/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from mbed_greentea.mbed_greentea_cli import main
main()

0 comments on commit e3bbc05

Please sign in to comment.