We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5214300 + 0a5dfa8 commit d35ae7fCopy full SHA for d35ae7f
lambda_local/__main__.py
@@ -0,0 +1,4 @@
1
+from . import main
2
+
3
+if __name__ == "__main__":
4
+ main()
0 commit comments