()
| 23 | |
| 24 | |
| 25 | def exit(): |
| 26 | res = messagebox.askyesnocancel("Notification", "Do you want to exit?") |
| 27 | if res == True: |
| 28 | root.destroy() |
| 29 | |
| 30 | |
| 31 | ################################################################################# |
no outgoing calls
no test coverage detected