Skip to content

Commit 974f52a

Browse files
Merge pull request #608 from davidhyman/d/add___main__
add a __main__
2 parents 676dc1c + d3aba94 commit 974f52a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mbed/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from mbed import main
2+
main()

0 commit comments

Comments
 (0)