1 parent 20c7d60 commit 214bbdeCopy full SHA for 214bbde
1 file changed
empty_script.py
@@ -0,0 +1,7 @@
1
+def main():
2
+ # Remember we must use this main() function to avoid variable shadowing.
3
+ pass
4
+
5
6
+if __name__ == "__main__":
7
+ main()
0 commit comments