We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b5af5 commit 10731c0Copy full SHA for 10731c0
1 file changed
src/dementpy.py
@@ -103,4 +103,5 @@ def main():
103
os.chdir('../'+output_folder)
104
export(Output_init, site, outname)
105
106
-main()
+if __name__ == '__main__':
107
+ main()
0 commit comments