()
| 90 | _ = system('clear') |
| 91 | |
| 92 | def byebye(): |
| 93 | clear() |
| 94 | os.system("figlet Youre Leaving Sir -f slant") |
| 95 | sys.exit(130) |
| 96 | |
| 97 | def exit_gracefully(signum, frame): |
| 98 | # restore the original signal handler as otherwise evil things will happen |
no test coverage detected