We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c47283 commit 6377140Copy full SHA for 6377140
main.py
@@ -0,0 +1,5 @@
1
+def main():
2
+ ...
3
+
4
+if __name__ == "__main__":
5
+ main()
0 commit comments