(self)
| 95 | functions_menu[choice]() |
| 96 | |
| 97 | def clear_scr(self): |
| 98 | if system() == 'Linux': |
| 99 | os.system('clear') |
| 100 | if system() == 'Windows': |
| 101 | os.system('cls') |
| 102 | |
| 103 | def exit_app(self): |
| 104 | print("Happy Hacking...") |
no outgoing calls
no test coverage detected