Commit 61d0f51
committed
Add main guard to icon example script
Wrapped the ft.run(main) call in a __name__ == "__main__" guard to prevent unintended execution when the module is imported.1 parent 02e09cd commit 61d0f51
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
0 commit comments