We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ad87d commit 50c56dcCopy full SHA for 50c56dc
2 files changed
.gitignore
@@ -149,4 +149,4 @@ cython_debug/
149
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
150
# and can be added to the global gitignore or merged into this file. For a more nuclear
151
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
152
-#.idea/
+.idea/
src/main.py
@@ -0,0 +1,6 @@
1
+def main():
2
+ pass
3
+
4
5
+if __name__ == "__main__":
6
+ main()
0 commit comments