()
| 116 | DASH_PIE = Files.DOWNLOADS_FOLDER + "/dash_pie.json" |
| 117 | |
| 118 | def get_dash_pie_1(): |
| 119 | if not hasattr(encoded_images, "DASH_PIE_PNG_1"): |
| 120 | encoded_images.DASH_PIE_PNG_1 = encoded_images.get_dash_pie_png1() |
| 121 | return encoded_images.DASH_PIE_PNG_1 |
| 122 | |
| 123 | def get_dash_pie_2(): |
| 124 | if not hasattr(encoded_images, "DASH_PIE_PNG_2"): |
no outgoing calls