Skip to content

Commit 0a5dfa8

Browse files
committed
Add __main__ file for using the package as a module
1 parent 5214300 commit 0a5dfa8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lambda_local/__main__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from . import main
2+
3+
if __name__ == "__main__":
4+
main()

0 commit comments

Comments
 (0)