()
| 41 | |
| 42 | |
| 43 | def menu(): |
| 44 | print (""" |
| 45 | MIT License |
| 46 | |
| 47 | Copyright (c) 2018 HACKERPRO |
| 48 | |
| 49 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 50 | of this software and associated documentation files (the "Software"), to deal |
| 51 | in the Software without restriction, including without limitation the rights |
| 52 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 53 | copies of the Software, and to permit persons to whom the Software is |
| 54 | furnished to do so, subject to the following conditions: |
| 55 | |
| 56 | The above copyright notice and this permission notice shall be included in all |
| 57 | copies or substantial portions of the Software. |
| 58 | |
| 59 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 60 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 61 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 62 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 63 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 64 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 65 | SOFTWARE.""") |
| 66 | |
| 67 | |
| 68 | os.system('clear') |
no test coverage detected