Skip to content

Commit d35ae7f

Browse files
Merge pull request #76 from ksmoore17/main-handling
Add __main__ file for using the package as a module
2 parents 5214300 + 0a5dfa8 commit d35ae7f

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)